summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2001-01-29 23:58:50 +0000
committerDave Love <fx@gnu.org>2001-01-29 23:58:50 +0000
commit036d11ec4b2bfded256398ba63824e11c8017482 (patch)
treeece3f5d1c61f7aaf6ce1d1692f428b763957a4c6
parent7a662dc2033bbffb2b07040159cc33f8603c4f5f (diff)
downloademacs-036d11ec4b2bfded256398ba63824e11c8017482.tar.gz
(eshell-ls-exclude-regexp): Fix :type.
-rw-r--r--lisp/eshell/em-ls.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el
index 534ea932c3c..97a342b73ac 100644
--- a/lisp/eshell/em-ls.el
+++ b/lisp/eshell/em-ls.el
@@ -85,7 +85,7 @@ This is useful for enabling human-readable format (-h), for example."
(defcustom eshell-ls-exclude-regexp nil
"*Unless -a is specified, files matching this regexp will not be shown."
- :type 'regexp
+ :type '(choice regexp (const nil))
:group 'eshell-ls)
(defcustom eshell-ls-exclude-hidden t