# HG changeset patch # User Kim F. Storm # Date 1069627848 0 # Node ID a0151f86f01e3e9093ff75411966b5ad27675776 # Parent 99a669ece9628b93431f240df042cab3062518ff Remove grep-use-compilation-buffer defcustom. diff -r 99a669ece962 -r a0151f86f01e lisp/progmodes/grep.el --- 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