aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-11-28 08:12:53 +0000
committerPavel Janík <[email protected]>2001-11-28 08:12:53 +0000
commit6052529b3ce4b892c58879a65302c2f4036eb4e5 (patch)
tree0fd58cc367b751981b71775c60612732a2885918 /src/xdisp.c
parent55b43a63059e347ea6ead6bd56c3c91f15489142 (diff)
(message_dolog): Remove unused variables `gcpro2', `gcpro3' and `gcpro4'.
Diffstat (limited to 'src/xdisp.c')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index f178f692e9..4d2c4eeff0 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -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;