# HG changeset patch # User Richard M. Stallman # Date 1187325009 0 # Node ID 84edadc1cf671e4ce2cd9ce27394dde9d3450176 # Parent 7aa89a06bbaca9316a61e457398fbb1c54470bd3 Whitespace fix. diff -r 7aa89a06bbac -r 84edadc1cf67 lisp/progmodes/grep.el --- 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))))))