1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

(texinfo-heading-face): Forgot the var def.

This commit is contained in:
Stefan Monnier 2000-10-03 18:29:54 +00:00
parent a7bf5cf358
commit 28c7697169

View 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.