projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5268f30
)
* lisp/ibuf-ext.el (ibuffer-never-search-content-mode): Fix type.
author
Glenn Morris
<rgm@gnu.org>
Wed, 21 Mar 2018 23:38:44 +0000
(19:38 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 21 Mar 2018 23:38:44 +0000
(19:38 -0400)
lisp/ibuf-ext.el
patch
|
blob
|
history
diff --git
a/lisp/ibuf-ext.el
b/lisp/ibuf-ext.el
index 2023165b2a6c01b8a7eb9d12bd2b6b4b9e1229d5..a3143e5e29a529804626c5c232ea771dc73edb58 100644
(file)
--- a/
lisp/ibuf-ext.el
+++ b/
lisp/ibuf-ext.el
@@
-114,7
+114,7
@@
Buffers whose name matches a regexp in this list, are not searched."
"A list of major modes ignored by `ibuffer-mark-by-content-regexp'.
Buffers whose major mode is in this list, are not searched."
:version "26.1"
- :type '(repeat
regexp
)
+ :type '(repeat
(symbol :tag "Major mode")
)
:require 'ibuf-ext
:group 'ibuffer)