]> git.eshelyaron.com Git - emacs.git/commitdiff
(message_dolog): Remove unused variables `gcpro2', `gcpro3' and `gcpro4'.
authorPavel Janík <Pavel@Janik.cz>
Wed, 28 Nov 2001 08:12:53 +0000 (08:12 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 28 Nov 2001 08:12:53 +0000 (08:12 +0000)
src/ChangeLog
src/xdisp.c

index 1fc2aa0dc4681d2e71ec08e9e26740b44133e6b4..bb743bf8de6be5a179499161c9dc826fa65a59da 100644 (file)
@@ -1,5 +1,8 @@
 2001-11-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * xdisp.c (message_dolog): Remove unused variables `gcpro2',
+       `gcpro3' and `gcpro4'.
+
        * coding.c (decode_coding_string): Remove unused variable
        `gcpro1'.
 
index f178f692e9bcdfd307a4a53ffe59b694306a9f6b..4d2c4eeff027dca5c6d987bd0dcf691e889a2007 100644 (file)
@@ -5615,7 +5615,7 @@ message_dolog (m, nbytes, nlflag, multibyte)
       int point_at_end = 0;
       int zv_at_end = 0;
       Lisp_Object old_deactivate_mark, tem;
-      struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
+      struct gcpro gcpro1;
 
       old_deactivate_mark = Vdeactivate_mark;
       oldbuf = current_buffer;