mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
Comment changes.
This commit is contained in:
parent
bff37d2a0c
commit
47ab3db57b
1 changed files with 2 additions and 2 deletions
|
|
@ -49,9 +49,9 @@ enum syntaxcode
|
|||
Sendcomment, /* for a comment-ending character */
|
||||
Sinherit, /* use the standard syntax table for this character */
|
||||
Scomment_fence, /* Starts/ends comment which is delimited on the
|
||||
other side by a char with the same syntaxcode. */
|
||||
other side by any char with the same syntaxcode. */
|
||||
Sstring_fence, /* Starts/ends string which is delimited on the
|
||||
other side by a char with the same syntaxcode. */
|
||||
other side by any char with the same syntaxcode. */
|
||||
Smax /* Upper bound on codes that are meaningful */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue