]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fkill_all_local_variables): Increment `update_mode_lines' only once.
authorPavel Janík <Pavel@Janik.cz>
Tue, 15 Jan 2002 07:31:04 +0000 (07:31 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 15 Jan 2002 07:31:04 +0000 (07:31 +0000)
src/ChangeLog
src/buffer.c

index 2efa5a3e30e5a02e20159e501e78517d4e8a50fd..26c7886569599f01e52b25e86fb1a88587bc8e0e 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * buffer.c (Fkill_all_local_variables): Increment
+       `update_mode_lines' only once.
+
 2002-01-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * lisp.h (adjust_after_replace_noundo)
index 856b55aa6456926f98b937cce01bb15b798ce395..7f49fb4d247e48ad839f421899c57e22f2e7ab8b 100644 (file)
@@ -2299,10 +2299,6 @@ the normal hook `change-major-mode-hook'.  */)
 
   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.  */