]> code.delx.au - gnu-emacs/commitdiff
Whitespace fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Aug 2007 04:30:09 +0000 (04:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Aug 2007 04:30:09 +0000 (04:30 +0000)
lisp/progmodes/grep.el

index bafe42b950f92c7a7292943ba3d4c6d9cde10c87..91518641938b65a1aa54c31dfb2ee71b9b8c7d9e 100644 (file)
@@ -770,7 +770,8 @@ This command shares argument histories with \\[rgrep] and \\[grep]."
          ;; even when async processes aren't supported.
          (compilation-start (if (and grep-use-null-device null-device)
                                 (concat command " " null-device)
-                              command) 'grep-mode))
+                              command)
+                            'grep-mode))
        (if (eq next-error-last-buffer (current-buffer))
            (setq default-directory dir))))))