mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(grep): Bind compilation-disable-input to t.
This commit is contained in:
parent
93ef35e404
commit
32993501da
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue