mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 05:52:32 -08:00
Fix indentation.
This commit is contained in:
parent
cacc3e2c4b
commit
fe213bf888
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue