diff options
| -rw-r--r-- | lisp/textmodes/texinfo.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 20d4f73148e..8bb7bd4ccda 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -299,6 +299,7 @@ chapter." | |||
| 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. |