Fix indentation.
authorRichard M. Stallman <rms@gnu.org>
Wed, 21 Sep 1994 19:05:52 +0000 (19:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 21 Sep 1994 19:05:52 +0000 (19:05 +0000)
lisp/progmodes/compile.el

index c3c6b48..f54e6e7 100644 (file)
@@ -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)