aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2004-09-25 18:35:53 +0000
committerStefan Monnier2004-09-25 18:35:53 +0000
commit1f3b4d04d097914748cfb14636241d831e6d5ae8 (patch)
treebcf252f69f7e618f47db6f6e30fbd59c60fbd3b0 /lisp/ChangeLog
parent52e281e87aaed70dc4e999e95b260b792d9cef64 (diff)
downloademacs-1f3b4d04d097914748cfb14636241d831e6d5ae8.tar.gz
emacs-1f3b4d04d097914748cfb14636241d831e6d5ae8.zip
(dired-move-to-filename): Don't output a message if
raise-error is non-nil. Fix return position and value.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c972f8ca8ab..029affde9b8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12004-09-25 Stefan <monnier@iro.umontreal.ca> 12004-09-25 Stefan <monnier@iro.umontreal.ca>
2 2
3 * dired.el (dired-move-to-filename): Don't output a message if
4 raise-error is non-nil. Fix return position and value.
5
3 * files.el (insert-directory): Obey --dired even with symlinks. 6 * files.el (insert-directory): Obey --dired even with symlinks.
4 7
52004-09-25 Lars Hansen <larsh@math.ku.dk> 82004-09-25 Lars Hansen <larsh@math.ku.dk>