Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
50586:3bbd33912c1d | 50587:f711c86ea5c9 |
---|---|
1 2003-04-14 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * derived.el (define-derived-mode): Make generated code work in | |
4 Emacs versions that do not have run-mode-hooks. | |
5 | |
6 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): | |
7 At end of buffer, run the global binding of the same key. | |
8 | |
9 * international/mule.el (after-insert-file-set-coding): | |
10 Properly treat INSERTED as number of characters, for both | |
11 for both the argument and the value. | |
12 | |
13 * desktop.el (desktop-base-file-name): | |
14 Renamed from desktop-basefilename. Add defvaralias. | |
15 | |
1 2003-04-14 John Paul Wallington <jpw@gnu.org> | 16 2003-04-14 John Paul Wallington <jpw@gnu.org> |
2 | 17 |
3 * international/fontset.el (create-fontset-from-ascii-font): Doc fix. | 18 * international/fontset.el (create-fontset-from-ascii-font): Doc fix. |
4 (x-must-resolve-font-name): Fix error message typo. | 19 (x-must-resolve-font-name): Fix error message typo. |
5 | 20 |