# HG changeset patch # User Richard M. Stallman # Date 868993236 0 # Node ID 8836f8af1fb51d905894f9bce2b404de666499f1 # Parent a431fbda7f238e1484de19564de23b9de52ec783 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix previous change. diff -r a431fbda7f23 -r 8836f8af1fb5 src/syntax.h --- a/src/syntax.h Tue Jul 15 18:58:44 1997 +0000 +++ b/src/syntax.h Tue Jul 15 19:00:36 1997 +0000 @@ -247,7 +247,7 @@ { \ gl_state.b_property = BEGV - 1; \ gl_state.e_property = ZV; \ - gl_state.offset = BEGV; \ + gl_state.offset = BEGV - 1; \ } \ else if (EQ (object, Qt)) \ { \