(texinfo-heading-face): Forgot the var def.
This commit is contained in:
parent
a7bf5cf358
commit
28c7697169
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue