# HG changeset patch # User Kim F. Storm # Date 1099350985 0 # Node ID ffcc79ae6615e83fda0a22386fbcbd09ca3640a9 # Parent 40f8936f03051c3eb9c285adff307ca9e6fcf073 *** empty log message *** diff -r 40f8936f0305 -r ffcc79ae6615 lisp/ChangeLog --- 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 + * 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.