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
6d63dcf5
Commit
6d63dcf5
authored
Mar 08, 2002
by
Colin Walters
Browse files
(ibuffer-filter-format-alist): Add type and group.
parent
cb059426
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/ibuf-ext.el
lisp/ibuf-ext.el
+4
-1
No files found.
lisp/ibuf-ext.el
View file @
6d63dcf5
...
...
@@ -142,7 +142,10 @@ For example, suppose that when you add a filter for buffers whose
major mode is `emacs-lisp-mode', you only want to see the mark and the
name of the buffer. You could accomplish that by adding:
(mode ((mark \" \" name)))
to this variable."
)
to this variable."
:type
'
(
repeat
(
list
:tag
"Association"
(
symbol
:tag
"Filter"
)
(
list
:tag
"Formats"
(
repeat
(
sexp
:tag
"Format"
)))))
:group
'ibuffer
)
(
defvar
ibuffer-cached-filter-formats
nil
)
(
defvar
ibuffer-compiled-filter-formats
nil
)
...
...
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