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: Wed, 09 Feb 2005 10:52:33 -0500

Index: emacs/lisp/progmodes/grep.el
diff -c emacs/lisp/progmodes/grep.el:1.33 emacs/lisp/progmodes/grep.el:1.34
*** emacs/lisp/progmodes/grep.el:1.33   Tue Feb  8 16:22:25 2005
--- emacs/lisp/progmodes/grep.el        Wed Feb  9 15:50:36 2005
***************
*** 44,50 ****
    "*Number of lines in a grep window.  If nil, use 
`compilation-window-height'."
    :type '(choice (const :tag "Default" nil)
                 integer)
!   :version "21.4"
    :group 'grep)
  
  (defcustom grep-auto-highlight t
--- 44,50 ----
    "*Number of lines in a grep window.  If nil, use 
`compilation-window-height'."
    :type '(choice (const :tag "Default" nil)
                 integer)
!   :version "22.1"
    :group 'grep)
  
  (defcustom grep-auto-highlight t
***************
*** 61,67 ****
    :type '(choice (const :tag "All" t)
                 (const :tag "None" nil)
                 (integer :tag "First N lines"))
!   :version "21.4"
    :group 'grep)
  
  (defcustom grep-highlight-matches 'auto-detect
--- 61,67 ----
    :type '(choice (const :tag "All" t)
                 (const :tag "None" nil)
                 (integer :tag "First N lines"))
!   :version "22.1"
    :group 'grep)
  
  (defcustom grep-highlight-matches 'auto-detect
***************
*** 81,87 ****
    :type '(choice (const :tag "Do not highlight matches with grep markers" nil)
                 (const :tag "Highlight matches with grep markers" t)
                 (other :tag "Not Set" auto-detect))
!   :version "21.4"
    :group 'grep)
  
  (defcustom grep-scroll-output nil
--- 81,87 ----
    :type '(choice (const :tag "Do not highlight matches with grep markers" nil)
                 (const :tag "Highlight matches with grep markers" t)
                 (other :tag "Not Set" auto-detect))
!   :version "22.1"
    :group 'grep)
  
  (defcustom grep-scroll-output nil
***************
*** 91,97 ****
  output window so that the end of the output is always visible rather
  than the begining."
    :type 'boolean
!   :version "21.4"
    :group 'grep)
  
  ;;;###autoload
--- 91,97 ----
  output window so that the end of the output is always visible rather
  than the begining."
    :type 'boolean
!   :version "22.1"
    :group 'grep)
  
  ;;;###autoload
***************
*** 141,147 ****
   <R> - the regular expression searched for."
    :type '(choice string
                 (const :tag "Not Set" nil))
!   :version "21.4"
    :group 'grep)
  
  (defcustom grep-tree-files-aliases '(
--- 141,147 ----
   <R> - the regular expression searched for."
    :type '(choice string
                 (const :tag "Not Set" nil))
!   :version "22.1"
    :group 'grep)
  
  (defcustom grep-tree-files-aliases '(
***************
*** 172,178 ****
  See `compilation-error-screen-columns'"
    :type '(choice (const :tag "Default" nil)
                 integer)
!   :version "21.4"
    :group 'grep)
  
  ;;;###autoload
--- 172,178 ----
  See `compilation-error-screen-columns'"
    :type '(choice (const :tag "Default" nil)
                 integer)
!   :version "22.1"
    :group 'grep)
  
  ;;;###autoload




reply via email to

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