]> code.delx.au - gnu-emacs/commitdiff
(texinfo-section-list): Change majorheading to 2.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 6 Nov 2000 14:44:17 +0000 (14:44 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 6 Nov 2000 14:44:17 +0000 (14:44 +0000)
(texinfo-font-lock-syntactic-keywords): Use syntax-strings.

lisp/textmodes/texinfo.el

index 712597ad1e97ab63f04151c125ff5eb2564219b5..596ad94814f0e448c457b82f8366cbd567678191 100644 (file)
@@ -244,7 +244,7 @@ chapter."
 
 (defvar texinfo-section-list
   '(("top" 1)
-    ("majorheading" 1)
+    ("majorheading" 2)
     ("chapter" 2)
     ("unnumbered" 2)
     ("appendix" 2)
@@ -290,9 +290,9 @@ chapter."
   "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