From fe213bf888a358f69c681c6a8700fc019fdaca86 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 21 Sep 1994 19:05:52 +0000 Subject: [PATCH] Fix indentation. --- lisp/progmodes/compile.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.39.5