Mercurial > emacs
changeset 32109:0b74dbd9edd6
(texinfo-heading-face): Forgot the var def.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 03 Oct 2000 18:29:54 +0000 |
parents | 98f4d3514188 |
children | a574e0bf807d |
files | lisp/textmodes/texinfo.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/texinfo.el Tue Oct 03 17:42:51 2000 +0000 +++ b/lisp/textmodes/texinfo.el Tue Oct 03 18:29:54 2000 +0000 @@ -299,6 +299,7 @@ (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.