Mercurial > emacs
changeset 42487:88fb2c8602aa
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 02 Jan 2002 21:55:01 +0000 |
parents | 488ddda9d397 |
children | cbf9d3debb0a |
files | etc/NEWS src/ChangeLog |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Wed Jan 02 21:54:11 2002 +0000 +++ b/etc/NEWS Wed Jan 02 21:55:01 2002 +0000 @@ -280,6 +280,9 @@ * Lisp Changes in Emacs 21.3 +** If text has a `keymap' property, that keymap takes precedence +over minor mode keymaps. + ** A hex escape in a string forces the string to be multibyte. An octal escape makes it unibyte.
--- a/src/ChangeLog Wed Jan 02 21:54:11 2002 +0000 +++ b/src/ChangeLog Wed Jan 02 21:55:01 2002 +0000 @@ -1,5 +1,8 @@ 2002-01-02 Richard M. Stallman <rms@gnu.org> + * keyboard.c (read_key_sequence): Handle the keymap property + before minor mode maps. + * editfns.c (Fformat): Update thissize from field_width based on the actual width, in the string case.