1
Fork 0
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:
Stefan Monnier 2025-07-03 17:09:56 -04:00
parent 8c6d549f6f
commit 5f44515539

View file

@ -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)