mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(eshell-ls-exclude-regexp): Fix :type.
This commit is contained in:
parent
f569d4c4e3
commit
762fe76eb7
2 changed files with 5 additions and 1 deletions
|
|
@ -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+.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue