mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
lisp/dired-x.el (dired-omit-lines): Don't quote lambda
This commit is contained in:
parent
8c6d549f6f
commit
5f44515539
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ option value:
|
|||
(restricted-sexp
|
||||
:tag "Variable with regexp value (default: `dired-re-exe')"
|
||||
:match-alternatives
|
||||
((lambda (obj) (and (symbolp obj) (boundp obj))))
|
||||
(,(lambda (obj) (and (symbolp obj) (boundp obj))))
|
||||
:value dired-re-exe))
|
||||
:group 'dired-x)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue