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


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el
Date: Sun, 23 Nov 2003 17:50:48 -0500

Index: emacs/lisp/progmodes/grep.el
diff -c emacs/lisp/progmodes/grep.el:1.1 emacs/lisp/progmodes/grep.el:1.2
*** emacs/lisp/progmodes/grep.el:1.1    Sun Nov 23 15:56:10 2003
--- emacs/lisp/progmodes/grep.el        Sun Nov 23 17:50:48 2003
***************
*** 195,208 ****
  
  ;;;; 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)
  
  ;; override compilation-last-buffer
  (defvar grep-last-buffer nil
--- 195,208 ----
  
  ;;;; 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)
  
  ;; override compilation-last-buffer
  (defvar grep-last-buffer nil




reply via email to

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