Mercurial > emacs
changeset 55050:681e84aede6b
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 21 Apr 2004 19:19:44 +0000 |
parents | 20627b978043 |
children | f0f07a220562 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Apr 21 19:18:41 2004 +0000 +++ b/lisp/ChangeLog Wed Apr 21 19:19:44 2004 +0000 @@ -1,3 +1,27 @@ +2004-04-21 Richard M. Stallman <rms@gnu.org> + + * progmodes/cperl-mode.el (cperl-putback-char): + Delete Emacs 18 definition. + + * international/mule.el (ctext-post-read-conversion): + Use assoc-string, not assoc-ignore-case. + + * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case. + + * emacs-lisp/easymenu.el (easy-menu-add): + Do call x-popup-menu, but only if it's defined. + + * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg. + + * emacs-lisp/bytecomp.el (byte-compile-no-warnings): + Handle multiple args: compile like progn. + + * emacs-lisp/byte-run.el (with-no-warnings): Simplify: + take all args as &rest arg. + + * autoinsert.el (auto-insert-alist): Insert the user's name in + copyright notice, rather than Free Software Foundation. + 2004-04-21 Kenichi Handa <handa@m17n.org> * descr-text.el (describe-char): Make it work on *Help* buffer.