]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
authorJuri Linkov <juri@jurta.org>
Wed, 10 Aug 2011 18:29:31 +0000 (21:29 +0300)
committerJuri Linkov <juri@jurta.org>
Wed, 10 Aug 2011 18:29:31 +0000 (21:29 +0300)
This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org (2011-06-30)
intended by 2011-07-06T15:49:19Z!larsi@gnus.org (2011-07-06).

lisp/ChangeLog
lisp/progmodes/grep.el

index 66874bdb29ad7475d6a08622b0ccb374894c24b2..780ea61a7acd6cb1743f366e24294c5b4e089b5e 100644 (file)
@@ -1,3 +1,9 @@
+2011-08-10  Juri Linkov  <juri@jurta.org>
+
+       * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
+       This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
+       intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
+
 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
 
        * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
index 5561575ea20d977c9b0932002aa5cd40a89b62f1..db8e82193b340fdd4c5c6061350cc618d766ef8f 100644 (file)
@@ -1023,8 +1023,7 @@ This command shares argument histories with \\[lgrep] and \\[grep-find]."
                    (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))