Mercurial > emacs
diff lisp/ChangeLog @ 50587:f711c86ea5c9
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 14 Apr 2003 10:16:05 +0000 |
parents | 8fa7ea5646e6 |
children | 201ff32466bc |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Apr 14 10:11:04 2003 +0000 +++ b/lisp/ChangeLog Mon Apr 14 10:16:05 2003 +0000 @@ -1,3 +1,18 @@ +2003-04-14 Richard M. Stallman <rms@gnu.org> + + * derived.el (define-derived-mode): Make generated code work in + Emacs versions that do not have run-mode-hooks. + + * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): + At end of buffer, run the global binding of the same key. + + * international/mule.el (after-insert-file-set-coding): + Properly treat INSERTED as number of characters, for both + for both the argument and the value. + + * desktop.el (desktop-base-file-name): + Renamed from desktop-basefilename. Add defvaralias. + 2003-04-14 John Paul Wallington <jpw@gnu.org> * international/fontset.el (create-fontset-from-ascii-font): Doc fix.