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+.
(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