Mercurial > emacs
changeset 36197:0ed801ca5f4b
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 19 Feb 2001 13:58:17 +0000 |
parents | 66fbfa369f3e |
children | 47124bb72465 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Feb 19 13:57:49 2001 +0000 +++ b/src/ChangeLog Mon Feb 19 13:58:17 2001 +0000 @@ -1,5 +1,10 @@ 2001-02-19 Gerd Moellmann <gerd@gnu.org> + * keyboard.c (recursive_edit_1): Bind `inhibit-redisplay' and + set redisplaying_p to 0 here instead of in Frecursive_edit. + (Frecursive_edit): Don't bind `inhibit-redisplay' and don't + set redisplaying_p. + * xdisp.c (Qinhibit_menubar_update, inhibit_menubar_update): New variables. (syms_of_xdisp): Initialize new variables.