From: Stefan Monnier Date: Tue, 3 Oct 2000 18:29:54 +0000 (+0000) Subject: (texinfo-heading-face): Forgot the var def. X-Git-Tag: emacs-pretest-21.0.90~1189 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=28c7697169172fe60ad5bb9291bf00df863df7b2;p=emacs.git (texinfo-heading-face): Forgot the var def. --- 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.