From edde72f6c6a14bf388d5005495793f9c3d60dbdf Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 2 Jan 2002 21:55:01 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 3 +++ src/ChangeLog | 3 +++ 2 files changed, 6 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 57e39ddc3d8..1d9ed979aba 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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. diff --git a/src/ChangeLog b/src/ChangeLog index e0ffe90c594..2693da95d88 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2002-01-02 Richard M. Stallman + * 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. -- 2.39.5