From: Dave Love Date: Mon, 29 Jan 2001 23:59:22 +0000 (+0000) Subject: (eshell-ls-exclude-regexp): Fix :type. X-Git-Tag: emacs-pretest-21.0.97~20 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=762fe76eb7bdde4fa36ecaedf81d5fcb7f15b902;p=emacs.git (eshell-ls-exclude-regexp): Fix :type. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e535f7f3e80..a6b085cd5cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -4,6 +4,10 @@ 2001-01-29 Dave Love + * 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+. 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