aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/grep.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2007-08-17 04:30:09 +0000
committerRichard M. Stallman <[email protected]>2007-08-17 04:30:09 +0000
commitc60c6d914e8496e535f9c949438c9ef4b4498d5c (patch)
tree802fbaf971bf8296fdd9b8a775b5ca7e1abb28a2 /lisp/progmodes/grep.el
parent82f36338e624fec4e6d85b118600e748da055e08 (diff)
Whitespace fix.
Diffstat (limited to 'lisp/progmodes/grep.el')
-rw-r--r--lisp/progmodes/grep.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index bafe42b950..9151864193 100644
--- a/lisp/progmodes/grep.el
+++ b/lisp/progmodes/grep.el
@@ -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))))))