changeset 33251:8d7249947f7b

(texinfo-section-list): Change majorheading to 2. (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 06 Nov 2000 14:44:17 +0000
parents fb24f36f4f0d
children ffb346e61cf2
files lisp/textmodes/texinfo.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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