Mercurial > emacs
changeset 42762:b656c92e9fc0
(Fkill_all_local_variables): Increment `update_mode_lines' only once.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Tue, 15 Jan 2002 07:30:23 +0000 |
parents | ab5a7b85aa96 |
children | 824e20bc64f0 |
files | src/buffer.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Tue Jan 15 03:31:34 2002 +0000 +++ b/src/buffer.c Tue Jan 15 07:30:23 2002 +0000 @@ -2299,10 +2299,6 @@ reset_buffer_local_variables (current_buffer, 0); - /* Redisplay mode lines; we are changing major mode. */ - - update_mode_lines++; - /* Any which are supposed to be permanent, make local again, with the same values they had. */