diff options
| author | John Wiegley | 2001-04-24 06:33:40 +0000 |
|---|---|---|
| committer | John Wiegley | 2001-04-24 06:33:40 +0000 |
| commit | c7b1b508e5f614daf0a06ea15d01928d6a303517 (patch) | |
| tree | 18ed2b2e5fba3dddd907b4488dd5d7ade1d6e1fa /lisp/ChangeLog | |
| parent | ef59cfc6638a8ac3fccbee88482d142e95c32f81 (diff) | |
| download | emacs-c7b1b508e5f614daf0a06ea15d01928d6a303517.tar.gz emacs-c7b1b508e5f614daf0a06ea15d01928d6a303517.zip | |
(eshell-find-alias-function): Return t in the case where the function
was defined in a file, but not part of an eshell module.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 78321bfc852..86e4a9d6154 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2001-04-23 John Wiegley <johnw@gnu.org> | 1 | 2001-04-23 John Wiegley <johnw@gnu.org> |
| 2 | 2 | ||
| 3 | * eshell/em-unix.el (eshell/diff): Fixed problems that were | ||
| 4 | occurring with Emacs 21's diff.el/compile.el interaction layer. | ||
| 5 | |||
| 6 | 2001-04-23 Colin Walters <walters@cis.ohio-state.edu> | ||
| 7 | |||
| 8 | * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the | ||
| 9 | case where the function was defined in a file, but not part of an | ||
| 10 | eshell module. | ||
| 11 | |||
| 12 | 2001-04-23 John Wiegley <johnw@gnu.org> | ||
| 13 | |||
| 3 | * eshell/em-smart.el (eshell-smart-redisplay): Added some safety | 14 | * eshell/em-smart.el (eshell-smart-redisplay): Added some safety |
| 4 | code to work around a redisplay problem I've been having. | 15 | code to work around a redisplay problem I've been having. |
| 5 | 16 | ||