aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-08-31 10:26:53 +0000
committerJuanma Barranquero2005-08-31 10:26:53 +0000
commitc5309fd64978e69cd5f85787e2aaec92a87a032d (patch)
tree5faa13b562de796c64d274ce23be9419f088e934
parent66793230b0f96b55e9f8dd7b5ccb0a893249a270 (diff)
downloademacs-c5309fd64978e69cd5f85787e2aaec92a87a032d.tar.gz
emacs-c5309fd64978e69cd5f85787e2aaec92a87a032d.zip
(tex-end-of-header, tex-start-of-header): Add defvars.
-rw-r--r--lisp/textmodes/makeinfo.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/textmodes/makeinfo.el b/lisp/textmodes/makeinfo.el
index d8829a2d3dd..542c4829e9c 100644
--- a/lisp/textmodes/makeinfo.el
+++ b/lisp/textmodes/makeinfo.el
@@ -50,6 +50,10 @@
50(require 'compile) 50(require 'compile)
51(require 'info) 51(require 'info)
52 52
53(defvar tex-end-of-header)
54(defvar tex-start-of-header)
55
56
53(defgroup makeinfo nil 57(defgroup makeinfo nil
54 "Run makeinfo conveniently." 58 "Run makeinfo conveniently."
55 :group 'docs) 59 :group 'docs)