Whitespace fix.

This commit is contained in:
Richard M. Stallman 2007-08-17 04:30:09 +00:00
parent 82f36338e6
commit c60c6d914e

View file

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