From 28c7697169172fe60ad5bb9291bf00df863df7b2 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 3 Oct 2000 18:29:54 +0000 Subject: [PATCH] (texinfo-heading-face): Forgot the var def. --- lisp/textmodes/texinfo.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 20d4f73148e..8bb7bd4ccda 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -299,6 +299,7 @@ chapter." (defface texinfo-heading-face '((t (:inherit font-lock-function-name-face))) "Face used for section headings in `texinfo-mode'.") +(defvar texinfo-heading-face 'texinfo-heading-face) (defvar texinfo-font-lock-keywords `(;; All but the first had an OVERRIDE of t. -- 2.39.2