mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
Fix indentation.
This commit is contained in:
parent
cacc3e2c4b
commit
fe213bf888
@ -1088,9 +1088,9 @@ Selects a window with point at SOURCE, with another window displaying ERROR."
|
||||
(set-window-start w marker))
|
||||
(setq name
|
||||
(expand-file-name
|
||||
(read-file-name
|
||||
(format "Find this error in: (default %s) "
|
||||
filename) dir filename t)))
|
||||
(read-file-name (format "Find this error in: (default %s) "
|
||||
filename)
|
||||
dir filename t)))
|
||||
(if (file-directory-p name)
|
||||
(setq name (concat (file-name-as-directory name) filename)))
|
||||
(if (file-exists-p name)
|
||||
|
Loading…
Reference in New Issue
Block a user