summaryrefslogtreecommitdiff
path: root/lisp/ibuf-ext.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ibuf-ext.el')
-rw-r--r--lisp/ibuf-ext.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el
index 1918ce8c5b6..b3d14522cbd 100644
--- a/lisp/ibuf-ext.el
+++ b/lisp/ibuf-ext.el
@@ -98,7 +98,7 @@ regardless of any active filters in this buffer."
(push (format "%s%s%s" beg str end) excluded)))
"A list of regexps for buffers ignored by `ibuffer-mark-by-content-regexp'.
Buffers whose name matches a regexp in this list, are not searched."
- :version "25.2"
+ :version "26.1"
:type '(repeat regexp)
:require 'ibuf-ext
:group 'ibuffer)
@@ -106,7 +106,7 @@ Buffers whose name matches a regexp in this list, are not searched."
(defcustom ibuffer-never-search-content-mode '(dired-mode)
"A list of major modes ignored by `ibuffer-mark-by-content-regexp'.
Buffers whose major mode is in this list, are not searched."
- :version "25.2"
+ :version "26.1"
:type '(repeat regexp)
:require 'ibuf-ext
:group 'ibuffer)