Mercurial > emacs
diff src/buffer.c @ 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 | 11a505aa1322 |
| children | 7c5115d286df |
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. */
