mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-14 09:39:42 +00:00
(grep): Bind compilation-disable-input to t.
This commit is contained in:
parent
93ef35e404
commit
32993501da
@ -517,7 +517,8 @@ temporarily highlight in visited source lines."
|
||||
|
||||
;; Setting process-setup-function makes exit-message-function work
|
||||
;; even when async processes aren't supported.
|
||||
(let ((compilation-process-setup-function 'grep-process-setup))
|
||||
(let ((compilation-process-setup-function 'grep-process-setup)
|
||||
(compilation-disable-input t))
|
||||
(compilation-start (if (and grep-use-null-device null-device)
|
||||
(concat command-args " " null-device)
|
||||
command-args)
|
||||
|
Loading…
Reference in New Issue
Block a user