summaryrefslogtreecommitdiff
path: root/src/syntax.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-07-27 16:49:34 +0000
committerRichard M. Stallman <rms@gnu.org>1993-07-27 16:49:34 +0000
commitff9d84e6c1f1184c07e1430869b7eaa5d406f740 (patch)
tree51a20bc9f86e95b38e8e49edab466161c8124c12 /src/syntax.c
parent64907d4ed6601d8c4d494f303be107e1309a64f5 (diff)
downloademacs-ff9d84e6c1f1184c07e1430869b7eaa5d406f740.tar.gz
(scan_sexps_forward): Delete extra Fcdr when analyzing OLDSTATE.
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c
index f00fb3c9dd3..c16c371f0c7 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -1390,7 +1390,6 @@ scan_sexps_forward (stateptr, from, end, targetdepth,
style a. if it is non-nil, we are in comment style b */
oldstate = Fcdr (oldstate);
oldstate = Fcdr (oldstate);
- oldstate = Fcdr (oldstate);
tem = Fcar (oldstate);
state.comstyle = !NILP (tem);
}