changeset 35718:96d933eb13f4

(eshell-ls-exclude-regexp): Fix :type.
author Dave Love <fx@gnu.org>
date Mon, 29 Jan 2001 23:58:50 +0000
parents a16b7aced16a
children ee424eb4b6e2
files lisp/eshell/em-ls.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/em-ls.el	Mon Jan 29 23:58:24 2001 +0000
+++ b/lisp/eshell/em-ls.el	Mon Jan 29 23:58:50 2001 +0000
@@ -85,7 +85,7 @@
 
 (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