*** empty log message ***

This commit is contained in:
Richard M. Stallman 2002-01-02 21:55:01 +00:00
parent 4cbedc160b
commit edde72f6c6
2 changed files with 6 additions and 0 deletions

View file

@ -280,6 +280,9 @@ SQL buffer.
* 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.

View file

@ -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.