1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 18:41:25 -08:00

(SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix previous change.

This commit is contained in:
Richard M. Stallman 1997-07-15 19:00:36 +00:00
parent 515b04d08c
commit 48fe8caca1

View 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)) \
{ \