]> git.eshelyaron.com Git - emacs.git/commitdiff
(SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 15 Jul 1997 19:00:36 +0000 (19:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 15 Jul 1997 19:00:36 +0000 (19:00 +0000)
src/syntax.h

index 0e5e298b64a5832a255f55a1cb8a2a20837a2eef..29ce1c27b335768169cca550b26a1b969efa9db1 100644 (file)
@@ -247,7 +247,7 @@ extern char syntax_code_spec[16];
     {                                                                  \
       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))                                            \
     {                                                                  \