summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-09-10 20:40:42 +0000
committerEli Zaretskii <eliz@gnu.org>2001-09-10 20:40:42 +0000
commit1f9581b61c03d5a763dcd8cca22363a7dca81bc9 (patch)
tree0c5daa6de925e3bdfb65347dc3ef77b1c32cc727 /lisp/ChangeLog
parent65ee3bf5bf8e09ca36f8a72149f7027d1afa6595 (diff)
downloademacs-1f9581b61c03d5a763dcd8cca22363a7dca81bc9.tar.gz
(eshell-shuffle-files): Compare inodes with
`equal' instead of `=', since they can be cons cells. From Nils Goesche <cartan@cartan.de>.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9862cfb0eae..3bfca9f688e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
+ `equal' instead of `=', since they can be cons cells. From Nils
+ Goesche <cartan@cartan.de>.
+
2001-09-10 Andre Spiegel <spiegel@gnu.org>
* vc.el (vc-annotate): Rewrote doc string.