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,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el,v
Date: Fri, 18 Apr 2008 01:46:38 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/04/18 01:46:37

Index: grep.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/grep.el,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -b -r1.90 -r1.91
--- grep.el     28 Mar 2008 10:05:53 -0000      1.90
+++ grep.el     18 Apr 2008 01:46:37 -0000      1.91
@@ -252,14 +252,14 @@
 
 ;;;; TODO --- refine this!!
 
-;;; (defcustom grep-use-compilation-buffer t
-;;;   "When non-nil, grep specific commands update `compilation-last-buffer'.
-;;; This means that standard compile commands like \\[next-error] and 
\\[compile-goto-error]
-;;; can be used to navigate between grep matches (the default).
-;;; Otherwise, the grep specific commands like \\[grep-next-match] must
-;;; be used to navigate between grep matches."
-;;;   :type 'boolean
-;;;   :group 'grep)
+;; (defcustom grep-use-compilation-buffer t
+;;   "When non-nil, grep specific commands update `compilation-last-buffer'.
+;; This means that standard compile commands like \\[next-error] and 
\\[compile-goto-error]
+;; can be used to navigate between grep matches (the default).
+;; Otherwise, the grep specific commands like \\[grep-next-match] must
+;; be used to navigate between grep matches."
+;;   :type 'boolean
+;;   :group 'grep)
 
 ;; override compilation-last-buffer
 (defvar grep-last-buffer nil




reply via email to

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