projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
515b04d
)
(SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 15 Jul 1997 19:00:36 +0000
(19:00 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 15 Jul 1997 19:00:36 +0000
(19:00 +0000)
src/syntax.h
patch
|
blob
|
history
diff --git
a/src/syntax.h
b/src/syntax.h
index 0e5e298b64a5832a255f55a1cb8a2a20837a2eef..29ce1c27b335768169cca550b26a1b969efa9db1 100644
(file)
--- a/
src/syntax.h
+++ b/
src/syntax.h
@@
-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)) \
{ \