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:
parent
515b04d08c
commit
48fe8caca1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) \
|
||||
{ \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue