changeset 53145:a0151f86f01e

Remove grep-use-compilation-buffer defcustom.
author Kim F. Storm <storm@cua.dk>
date Sun, 23 Nov 2003 22:50:48 +0000
parents 99a669ece962
children 91f8c5edb2d6
files lisp/progmodes/grep.el
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/grep.el	Sun Nov 23 21:47:50 2003 +0000
+++ b/lisp/progmodes/grep.el	Sun Nov 23 22:50:48 2003 +0000
@@ -195,14 +195,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