aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJohn Wiegley2001-04-24 06:33:40 +0000
committerJohn Wiegley2001-04-24 06:33:40 +0000
commitc7b1b508e5f614daf0a06ea15d01928d6a303517 (patch)
tree18ed2b2e5fba3dddd907b4488dd5d7ade1d6e1fa /lisp/ChangeLog
parentef59cfc6638a8ac3fccbee88482d142e95c32f81 (diff)
downloademacs-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/ChangeLog11
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 @@
12001-04-23 John Wiegley <johnw@gnu.org> 12001-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
62001-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
122001-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