diff options
| author | Dave Love | 2001-01-29 23:59:22 +0000 |
|---|---|---|
| committer | Dave Love | 2001-01-29 23:59:22 +0000 |
| commit | 762fe76eb7bdde4fa36ecaedf81d5fcb7f15b902 (patch) | |
| tree | 1fcc54da7fa5f77f212b97116b72a721927a7343 /lisp/ChangeLog | |
| parent | f569d4c4e3f46627e567fc8e9d96aa40ac3e1a8d (diff) | |
| download | emacs-762fe76eb7bdde4fa36ecaedf81d5fcb7f15b902.tar.gz emacs-762fe76eb7bdde4fa36ecaedf81d5fcb7f15b902.zip | |
(eshell-ls-exclude-regexp): Fix :type.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e535f7f3e80..a6b085cd5cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -4,6 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | 2001-01-29 Dave Love <fx@gnu.org> | 5 | 2001-01-29 Dave Love <fx@gnu.org> |
| 6 | 6 | ||
| 7 | * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type. | ||
| 8 | |||
| 9 | * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type. | ||
| 10 | |||
| 7 | * progmodes/tcl.el (outline, dabbrev, add-log): Require when | 11 | * progmodes/tcl.el (outline, dabbrev, add-log): Require when |
| 8 | compiling. | 12 | compiling. |
| 9 | (tcl-using-emacs-19-23): Consider Emacs 21+. | 13 | (tcl-using-emacs-19-23): Consider Emacs 21+. |