Mercurial > emacs
changeset 57860:ffcc79ae6615
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 01 Nov 2004 23:16:25 +0000 |
parents | 40f8936f0305 |
children | 78c9886e4daf |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Nov 01 23:13:57 2004 +0000 +++ b/lisp/ChangeLog Mon Nov 01 23:16:25 2004 +0000 @@ -1,5 +1,9 @@ 2004-11-02 Kim F. Storm <storm@cua.dk> + * files.el (set-auto-mode-0): Don't rely on dynamic binding of + keep-mode-if-same variable. Add it as optional arg instead. + (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same. + * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so substitute-command-keys will select lower-case bindings like those used in the static help texts.