diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-08-31 10:32:55 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-08-31 10:32:55 +0000 |
commit | 366fb0ab8885bc44a13798e6abeb4d5e18f186b4 (patch) | |
tree | cc8779b1be6cb24a2529ca9893e8f07ecc9402fe /lisp/textmodes/texinfo.el | |
parent | 2e261f7625dd62da17e765ab6ff9e7aa68317b0a (diff) | |
download | emacs-366fb0ab8885bc44a13798e6abeb4d5e18f186b4.tar.gz |
(outline-heading-alist): Add defvar.
Diffstat (limited to 'lisp/textmodes/texinfo.el')
-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 8fce8099ed7..a0dec653165 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -42,6 +42,7 @@ `(defvar ,var ,value ,doc))) (eval-when-compile (require 'tex-mode) (require 'cl)) +(defvar outline-heading-alist) (defgroup texinfo nil "Texinfo Mode." |