aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-15 19:00:36 +0000
committerRichard M. Stallman1997-07-15 19:00:36 +0000
commit48fe8caca1c7a982e93d08b12a4f75c7ea0f2c19 (patch)
treed11c1b55d481921d442b41e1bd3b80279a3e590a
parent515b04d08c5064d710b753d74b0e2eef80992c3a (diff)
downloademacs-48fe8caca1c7a982e93d08b12a4f75c7ea0f2c19.tar.gz
emacs-48fe8caca1c7a982e93d08b12a4f75c7ea0f2c19.zip
(SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix previous change.
-rw-r--r--src/syntax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.h b/src/syntax.h
index 0e5e298b64a..29ce1c27b33 100644
--- a/src/syntax.h
+++ b/src/syntax.h
@@ -247,7 +247,7 @@ extern char syntax_code_spec[16];
247 { \ 247 { \
248 gl_state.b_property = BEGV - 1; \ 248 gl_state.b_property = BEGV - 1; \
249 gl_state.e_property = ZV; \ 249 gl_state.e_property = ZV; \
250 gl_state.offset = BEGV; \ 250 gl_state.offset = BEGV - 1; \
251 } \ 251 } \
252 else if (EQ (object, Qt)) \ 252 else if (EQ (object, Qt)) \
253 { \ 253 { \