Mercurial > emacs
changeset 37743:cfa03ea9adec
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 15 May 2001 13:38:23 +0000 |
parents | c3dd00963b46 |
children | 7893c43d43c2 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue May 15 13:37:45 2001 +0000 +++ b/lisp/ChangeLog Tue May 15 13:38:23 2001 +0000 @@ -1,5 +1,7 @@ 2001-05-15 Gerd Moellmann <gerd@gnu.org> + * mouse.el (mouse-delete-other-windows): Doc fix. + * emacs-lisp/lisp-mode.el (lisp-mode): Make font-lock-keywords-case-fold-search a buffer-local variable with make-local-variable before setting it.
--- a/src/ChangeLog Tue May 15 13:37:45 2001 +0000 +++ b/src/ChangeLog Tue May 15 13:38:23 2001 +0000 @@ -1,5 +1,8 @@ 2001-05-15 Gerd Moellmann <gerd@gnu.org> + * keyboard.c (read_key_sequence): Prevent generating a fake + prefix key twice. + * xfaces.c (split_font_name): Handle `[...]' for the right font name fields.