Whitespace fix.
This commit is contained in:
parent
82f36338e6
commit
c60c6d914e
1 changed files with 2 additions and 1 deletions
|
@ -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))))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue