# HG changeset patch # User Kim F. Storm # Date 1114369736 0 # Node ID af1e99c64e7158f82ffc1a596674da33b15c91d9 # Parent ce9a234f2b287c59c26a6f9afcb474e2e96b7d9e *** empty log message *** diff -r ce9a234f2b28 -r af1e99c64e71 lisp/ChangeLog --- a/lisp/ChangeLog Sun Apr 24 16:41:14 2005 +0000 +++ b/lisp/ChangeLog Sun Apr 24 19:08:56 2005 +0000 @@ -1,3 +1,9 @@ +2005-04-24 Kim F. Storm + + * ido.el (ido-everywhere): Save and restore old read-buffer-function + and read-file-name-function values. Don't overwrite existing + non-nil values if ido-mode is enabled without ido-everywhere. + 2005-04-24 Luc Teirlinck * files.el (mode-require-final-newline): Minor doc fix.