Mercurial > emacs
changeset 8976:2ddf9526b8b8
Fix indentation.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 21 Sep 1994 19:05:52 +0000 |
parents | e8a4c71251cb |
children | c8e2c62cf851 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Wed Sep 21 18:54:05 1994 +0000 +++ b/lisp/progmodes/compile.el Wed Sep 21 19:05:52 1994 +0000 @@ -1088,9 +1088,9 @@ (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)