emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 652b638: Fix breakage from previous change.


From: Mark Oteiza
Subject: [Emacs-diffs] master 652b638: Fix breakage from previous change.
Date: Tue, 28 Jun 2016 19:52:33 +0000 (UTC)

branch: master
commit 652b638b0f80fda2abc316f3d1b0f005c7d28e1a
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    Fix breakage from previous change.
    
    * lisp/textmodes/texinfo.el (texinfo-font-lock-keywords): Quote face.
---
 lisp/textmodes/texinfo.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el
index db9944d..bc82bb6 100644
--- a/lisp/textmodes/texinfo.el
+++ b/lisp/textmodes/texinfo.el
@@ -379,7 +379,7 @@ Subexpression 1 is what goes into the corresponding 
address@hidden' 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]