Mercurial > emacs
changeset 4307:fb633691b4a9
(scan_sexps_forward): Delete extra Fcdr when analyzing OLDSTATE.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 27 Jul 1993 16:49:34 +0000 |
parents | 2e51ffb537a8 |
children | 7775929411c1 |
files | src/syntax.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/syntax.c Tue Jul 27 08:38:00 1993 +0000 +++ b/src/syntax.c Tue Jul 27 16:49:34 1993 +0000 @@ -1390,7 +1390,6 @@ 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); }