aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKim F. Storm2006-05-20 22:37:32 +0000
committerKim F. Storm2006-05-20 22:37:32 +0000
commit5748161eab49a31937c184abbf601ee8de750fe4 (patch)
tree6e93910c246b6665bc7def4f440d83dc40ab6d33 /lisp
parentfcbc95a904831c2aa1a9c65127cc64df0fa76e9c (diff)
downloademacs-5748161eab49a31937c184abbf601ee8de750fe4.tar.gz
emacs-5748161eab49a31937c184abbf601ee8de750fe4.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b97127a513b..6f444e95359 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12006-05-21 Kim F. Storm <storm@cua.dk> 12006-05-21 Kim F. Storm <storm@cua.dk>
2 2
3 * emulation/cua-base.el: Mention customizing cua-mode as alternative
4 way to enable built-in cua-mode if user loads older CUA-mode package.
5
3 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil 6 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
4 if default-filename is specified. 7 if default-filename is specified.
5 8