]> git.eshelyaron.com Git - emacs.git/commitdiff
(scan_sexps_forward): Delete extra Fcdr when analyzing OLDSTATE.
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 Jul 1993 16:49:34 +0000 (16:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 Jul 1993 16:49:34 +0000 (16:49 +0000)
src/syntax.c

index f00fb3c9dd3dab270d7fa8925b866100e7b662eb..c16c371f0c7c8ce38cac02cc019e233c26bf2280 100644 (file)
@@ -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);
     }