Mercurial > emacs
changeset 82421:84edadc1cf67
Whitespace fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 17 Aug 2007 04:30:09 +0000 |
parents | 7aa89a06bbac |
children | 77d2d5f85dbc |
files | lisp/progmodes/grep.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/grep.el Fri Aug 17 03:57:06 2007 +0000 +++ b/lisp/progmodes/grep.el Fri Aug 17 04:30:09 2007 +0000 @@ -770,7 +770,8 @@ ;; 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))))))