# HG changeset patch # User Stefan Monnier # Date 973521857 0 # Node ID 8d7249947f7b21fff74fcfc921cedbfc7d72c050 # Parent fb24f36f4f0da989c524f4990d053b553c4b1a6b (texinfo-section-list): Change majorheading to 2. (texinfo-font-lock-syntactic-keywords): Use syntax-strings. diff -r fb24f36f4f0d -r 8d7249947f7b lisp/textmodes/texinfo.el --- a/lisp/textmodes/texinfo.el Mon Nov 06 14:34:09 2000 +0000 +++ b/lisp/textmodes/texinfo.el Mon Nov 06 14:44:17 2000 +0000 @@ -244,7 +244,7 @@ (defvar texinfo-section-list '(("top" 1) - ("majorheading" 1) + ("majorheading" 2) ("chapter" 2) ("unnumbered" 2) ("appendix" 2) @@ -290,9 +290,9 @@ "Imenu generic expression for TexInfo mode. See `imenu-generic-expression'.") (defvar texinfo-font-lock-syntactic-keywords - '(("\\(@\\)c\\(omment\\)?\\>" (1 '(11))) - ("^\\(@\\)ignore\\>" (1 '(2097163))) - ("^@end ignore\\(\n\\)" (1 '(2097164)))) + '(("\\(@\\)c\\(omment\\)?\\>" (1 "<")) + ("^\\(@\\)ignore\\>" (1 "< b")) + ("^@end ignore\\(\n\\)" (1 "> b"))) "Syntactic keywords to catch comment delimiters in `texinfo-mode'.") (defface texinfo-heading-face