]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/grep.el (rgrep): Don't bind `process-connection-type', because that makes...
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 6 Jul 2011 15:49:19 +0000 (17:49 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 6 Jul 2011 15:49:19 +0000 (17:49 +0200)
lisp/ChangeLog
lisp/progmodes/grep.el

index 28309f913ca4faa017113bc8c1f59d756d9d1031..e26ad08244fcf67a9357281c576632e1a68eb4e9 100644 (file)
@@ -1,5 +1,8 @@
 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
+       because that makes the colours go away.
+
        * mail/sendmail.el (send-mail-function): Change the default to
        `sendmail-query-once'.
        (sendmail-query-once): Add an autoload cookie.
index d00189f15c393aa5ffc0dbc60408ebf5ceb093ce..5561575ea20d977c9b0932002aa5cd40a89b62f1 100644 (file)
@@ -966,8 +966,7 @@ This command shares argument histories with \\[lgrep] and \\[grep-find]."
       (setq dir default-directory))
     (if (null files)
        (if (not (string= regexp grep-find-command))
-           (let ((process-connection-type nil))
-             (compilation-start regexp 'grep-mode)))
+           (compilation-start regexp 'grep-mode))
       (setq dir (file-name-as-directory (expand-file-name dir)))
       (require 'find-dired)            ; for `find-name-arg'
       (let ((command (grep-expand-template