From: Richard M. Stallman Date: Fri, 17 Aug 2007 04:30:09 +0000 (+0000) Subject: Whitespace fix. X-Git-Tag: emacs-pretest-23.0.90~11478 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/c60c6d914e8496e535f9c949438c9ef4b4498d5c Whitespace fix. --- 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))))))