Index: emacs/lisp/progmodes/grep.el
diff -c emacs/lisp/progmodes/grep.el:1.46 emacs/lisp/progmodes/grep.el:1.47
*** emacs/lisp/progmodes/grep.el:1.46 Sun Aug 14 06:52:40 2005
--- emacs/lisp/progmodes/grep.el Sat Aug 20 21:47:40 2005
***************
*** 517,523 ****
;; Setting process-setup-function makes exit-message-function work
;; even when async processes aren't supported.
! (let ((compilation-process-setup-function 'grep-process-setup))
(compilation-start (if (and grep-use-null-device null-device)
(concat command-args " " null-device)
command-args)
--- 517,524 ----
;; Setting process-setup-function makes exit-message-function work
;; even when async processes aren't supported.
! (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)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs