Mercurial > emacs
changeset 43505:96f6a6230fe9
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 24 Feb 2002 00:24:37 +0000 |
parents | 20832766c3e1 |
children | 43be8de143a2 |
files | src/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Feb 24 00:23:20 2002 +0000 +++ b/src/ChangeLog Sun Feb 24 00:24:37 2002 +0000 @@ -1,3 +1,10 @@ +2002-02-24 Kim F. Storm <storm@cua.dk> + + * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch: + The validation of the event type was too strict as it didn't + allow string events; buffer names are used in bindings for + menu-bar-select-buffer (see `menu-bar-update-buffers'). + 2002-02-23 Kim F. Storm <storm@cua.dk> The following changes rework my patch of 2002-02-06 which