]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix breakage from previous change.
authorMark Oteiza <mvoteiza@udel.edu>
Tue, 28 Jun 2016 19:49:48 +0000 (15:49 -0400)
committerMark Oteiza <mvoteiza@udel.edu>
Tue, 28 Jun 2016 19:49:48 +0000 (15:49 -0400)
* lisp/textmodes/texinfo.el (texinfo-font-lock-keywords): Quote face.

lisp/textmodes/texinfo.el

index db9944d9b0ec5954b85545fc7a10c7373cae36a5..bc82bb6d0a46e125268a03da21b41395eb83d360 100644 (file)
@@ -379,7 +379,7 @@ Subexpression 1 is what goes into the corresponding `@end' statement.")
     ;;  1 (texinfo-clone-environment (match-beginning 1) (match-end 1)) keep)
     (,(concat "^@" (regexp-opt (mapcar 'car texinfo-section-list) t)
               ".*\n")
-     0 texinfo-heading t))
+     0 'texinfo-heading t))
   "Additional expressions to highlight in Texinfo mode.")
 
 (defun texinfo-clone-environment (start end)