pressing c edit grep buffer

 

File modified: lisp/misc/wgrep.el

Change360 at Thu Aug 26 12:20:22 2010 +0200 by Ivan Kanis <ivan@tao>

diff -r 9b7f2daef3ea -r 28990d568b2e lisp/misc/wgrep.el
--- a/lisp/misc/wgrep.el	Thu Aug 26 11:41:00 2010 +0200
+++ b/lisp/misc/wgrep.el	Thu Aug 26 12:20:22 2010 +0200
@@ -172,7 +172,7 @@
 (defun wgrep-setup ()
   (if wgrep-enabled
       (progn
-	(define-key grep-mode-map "\C-c\C-p" 'wgrep-to-wgrep-mode)
+	(define-key grep-mode-map "c" 'wgrep-to-wgrep-mode)
 	(if (boundp 'compilation-finish-functions)
 	    (add-hook 'compilation-finish-functions 'wgrep-finish-function nil t)
 	  ;; this works Emacs 22.1 or earlier


back