summaryrefslogtreecommitdiff
path: root/lisp/textmodes/texinfo.el
diff options
context:
space:
mode:
authorMark Oteiza <mvoteiza@udel.edu>2016-06-28 15:49:48 -0400
committerMark Oteiza <mvoteiza@udel.edu>2016-06-28 15:49:48 -0400
commit652b638b0f80fda2abc316f3d1b0f005c7d28e1a (patch)
tree96b0f1e1789160c0d251bf9ee38f969e59c7a37c /lisp/textmodes/texinfo.el
parent2adc4ccd03d24660bcf7f8ff056c7f32b92b584d (diff)
downloademacs-652b638b0f80fda2abc316f3d1b0f005c7d28e1a.tar.gz
Fix breakage from previous change.
* lisp/textmodes/texinfo.el (texinfo-font-lock-keywords): Quote face.
Diffstat (limited to 'lisp/textmodes/texinfo.el')
-rw-r--r--lisp/textmodes/texinfo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el
index db9944d9b0e..bc82bb6d0a4 100644
--- a/lisp/textmodes/texinfo.el
+++ b/lisp/textmodes/texinfo.el
@@ -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)