From: Richard M. Stallman Date: Wed, 21 Sep 1994 19:05:52 +0000 (+0000) Subject: Fix indentation. X-Git-Tag: emacs-19.34~6878 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fe213bf888a358f69c681c6a8700fc019fdaca86;p=emacs.git Fix indentation. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index c3c6b48f1c8..f54e6e7c284 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -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)