Mercurial > emacs
comparison lisp/ChangeLog @ 61977:4039ddc27a88
(function-key-map): Call substitute-key-definition
before the keymap size keymap is increased by a lot of define-key
calls.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 01 May 2005 16:37:19 +0000 |
parents | b0c590c76559 |
children | 34bdbf30d34f |
comparison
equal
deleted
inserted
replaced
61976:e3a22ff5af49 | 61977:4039ddc27a88 |
---|---|
1 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * term/xterm.el (function-key-map): Call substitute-key-definition | |
4 before the keymap size keymap is increased by a lot of define-key | |
5 calls. | |
6 | |
1 2005-05-01 Richard M. Stallman <rms@gnu.org> | 7 2005-05-01 Richard M. Stallman <rms@gnu.org> |
2 | 8 |
3 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec): | 9 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec): |
4 Rename ARG to ELEMENT. Doc fix. | 10 Rename ARG to ELEMENT. Doc fix. |
5 | 11 |