summaryrefslogtreecommitdiff
path: root/lisp/progmodes/grep.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/grep.el')
-rw-r--r--lisp/progmodes/grep.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index ac052a893b2..ab705212397 100644
--- a/lisp/progmodes/grep.el
+++ b/lisp/progmodes/grep.el
@@ -44,7 +44,7 @@
"*Number of lines in a grep window. If nil, use `compilation-window-height'."
:type '(choice (const :tag "Default" nil)
integer)
- :version "21.4"
+ :version "22.1"
:group 'grep)
(defcustom grep-auto-highlight t
@@ -61,7 +61,7 @@ will be parsed and highlighted as soon as you try to move to them."
:type '(choice (const :tag "All" t)
(const :tag "None" nil)
(integer :tag "First N lines"))
- :version "21.4"
+ :version "22.1"
:group 'grep)
(defcustom grep-highlight-matches 'auto-detect
@@ -81,7 +81,7 @@ call that function before using this variable in your program."
: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"
+ :version "22.1"
:group 'grep)
(defcustom grep-scroll-output nil
@@ -91,7 +91,7 @@ Setting it causes the grep commands to put point at the end of their
output window so that the end of the output is always visible rather
than the begining."
:type 'boolean
- :version "21.4"
+ :version "22.1"
:group 'grep)
;;;###autoload
@@ -141,7 +141,7 @@ The following place holders should be present in the string:
<R> - the regular expression searched for."
:type '(choice string
(const :tag "Not Set" nil))
- :version "21.4"
+ :version "22.1"
:group 'grep)
(defcustom grep-tree-files-aliases '(
@@ -172,7 +172,7 @@ The following place holders should be present in the string:
See `compilation-error-screen-columns'"
:type '(choice (const :tag "Default" nil)
integer)
- :version "21.4"
+ :version "22.1"
:group 'grep)
;;;###autoload