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
e47525c4
Commit
e47525c4
authored
May 31, 2003
by
Stephen Eglen
Browse files
(iswitchb-buffer-ignore): Update custom type to allow functions.
parent
a52eeda8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/iswitchb.el
lisp/iswitchb.el
+1
-1
No files found.
lisp/ChangeLog
View file @
e47525c4
2003-05-31 Stephen Eglen <stephen@gnu.org>
* iswitchb.el (iswitchb-buffer-ignore): Update custom type to
allow functions.
2003-05-31 Stefan Monnier <monnier@cs.yale.edu>
* wid-edit.el (widget-specify-insert): Simplify.
...
...
lisp/iswitchb.el
View file @
e47525c4
...
...
@@ -293,7 +293,7 @@ is temporarily case sensitive."
For example, traditional behavior is not to list buffers whose names begin
with a space, for which the regexp is `^ '. See the source file for
example functions that filter buffernames."
:type
'
(
repeat
regexp
)
:type
'
(
repeat
(
choice
regexp
function
)
)
:group
'iswitchb
)
(
defcustom
iswitchb-cannot-complete-hook
'iswitchb-completion-help
...
...
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