emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el
Date: Sat, 20 Aug 2005 17:47:41 -0400

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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]