From: Mark Oteiza Date: Tue, 28 Jun 2016 19:49:48 +0000 (-0400) Subject: Fix breakage from previous change. X-Git-Tag: emacs-26.0.90~1840^2~147 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=652b638b0f80fda2abc316f3d1b0f005c7d28e1a;p=emacs.git Fix breakage from previous change. * lisp/textmodes/texinfo.el (texinfo-font-lock-keywords): Quote face. --- 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)