]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell-ls-exclude-regexp): Fix :type.
authorDave Love <fx@gnu.org>
Mon, 29 Jan 2001 23:59:22 +0000 (23:59 +0000)
committerDave Love <fx@gnu.org>
Mon, 29 Jan 2001 23:59:22 +0000 (23:59 +0000)
lisp/ChangeLog
lisp/eshell/em-ls.el

index e535f7f3e80b481fca635e58fcccce81743e3a7d..a6b085cd5cdb379bb53f528b7b9a655f9bb5ec5b 100644 (file)
@@ -4,6 +4,10 @@
 
 2001-01-29  Dave Love  <fx@gnu.org>
 
+       * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
+
+       * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
+
        * progmodes/tcl.el (outline, dabbrev, add-log): Require when
        compiling.
        (tcl-using-emacs-19-23): Consider Emacs 21+.
index 534ea932c3caf13a51c6041061c667507f699260..97a342b73acb846091dbd8741877ea3c5e6f88bc 100644 (file)
@@ -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