Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e32f3525
Commit
e32f3525
authored
Mar 21, 2018
by
Glenn Morris
Browse files
* lisp/ibuf-ext.el (ibuffer-never-search-content-mode): Fix type.
parent
5268f305
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/ibuf-ext.el
lisp/ibuf-ext.el
+1
-1
No files found.
lisp/ibuf-ext.el
View file @
e32f3525
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment