]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfo-heading-face): Forgot the var def.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 3 Oct 2000 18:29:54 +0000 (18:29 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 3 Oct 2000 18:29:54 +0000 (18:29 +0000)
lisp/textmodes/texinfo.el

index 20d4f73148e529acc8185a325cebfad06958f526..8bb7bd4ccdae42f807b62f090eaa074112453f65 100644 (file)
@@ -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.