comparison lisp/textmodes/texinfo.el @ 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 3361e8eff740
children a574e0bf807d
comparison
equal deleted inserted replaced
32108:98f4d3514188 32109:0b74dbd9edd6
297 "Syntactic keywords to catch comment delimiters in `texinfo-mode'.") 297 "Syntactic keywords to catch comment delimiters in `texinfo-mode'.")
298 298
299 (defface texinfo-heading-face 299 (defface texinfo-heading-face
300 '((t (:inherit font-lock-function-name-face))) 300 '((t (:inherit font-lock-function-name-face)))
301 "Face used for section headings in `texinfo-mode'.") 301 "Face used for section headings in `texinfo-mode'.")
302 (defvar texinfo-heading-face 'texinfo-heading-face)
302 303
303 (defvar texinfo-font-lock-keywords 304 (defvar texinfo-font-lock-keywords
304 `(;; All but the first had an OVERRIDE of t. 305 `(;; All but the first had an OVERRIDE of t.
305 ;; It didn't seem to be any better, and it's slower--simon. 306 ;; It didn't seem to be any better, and it's slower--simon.
306 ;; Robert J. Chassell <bob@gnu.org> says remove this line. 307 ;; Robert J. Chassell <bob@gnu.org> says remove this line.