emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105428: * lisp/progmodes/grep.el (rg


From: Juri Linkov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105428: * lisp/progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
Date: Wed, 10 Aug 2011 21:29:31 +0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105428
committer: Juri Linkov <address@hidden>
branch nick: trunk
timestamp: Wed 2011-08-10 21:29:31 +0300
message:
  * lisp/progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
  This finishes incomplete reversion of revno:104787 (2011-06-30)
  intended by revno:104988 (2011-07-06).
modified:
  lisp/ChangeLog
  lisp/progmodes/grep.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-08-09 22:13:11 +0000
+++ b/lisp/ChangeLog    2011-08-10 18:29:31 +0000
@@ -1,3 +1,9 @@
+2011-08-10  Juri Linkov  <address@hidden>
+
+       * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
+       This finishes incomplete reversion of revno:104787 (2011-06-30)
+       intended by revno:104988 (2011-07-06).
+
 2011-08-09  Chong Yidong  <address@hidden>
 
        * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec

=== modified file 'lisp/progmodes/grep.el'
--- a/lisp/progmodes/grep.el    2011-07-06 15:49:19 +0000
+++ b/lisp/progmodes/grep.el    2011-08-10 18:29:31 +0000
@@ -1023,8 +1023,7 @@
                    (read-from-minibuffer "Confirm: "
                                          command nil nil 'grep-find-history))
            (add-to-history 'grep-find-history command))
-         (let ((default-directory dir)
-               (process-connection-type nil))
+         (let ((default-directory dir))
            (compilation-start command 'grep-mode))
          ;; Set default-directory if we started rgrep in the *grep* buffer.
          (if (eq next-error-last-buffer (current-buffer))


reply via email to

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