aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-12-22 22:04:01 +0000
committerRichard M. Stallman2002-12-22 22:04:01 +0000
commitd02677ab1cc2b1738392cc155348916e0221512a (patch)
tree29cd3433e9e7479be0ebb1859cc8c3e1a7be096b
parent602503c5e29aa32f67faf88695db29af9cc6457b (diff)
downloademacs-d02677ab1cc2b1738392cc155348916e0221512a.tar.gz
emacs-d02677ab1cc2b1738392cc155348916e0221512a.zip
(tex-start-of-header, tex-end-of-header): Add defvars.
-rw-r--r--lisp/textmodes/texinfmt.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el
index 82c35f35c8f..182b21d476b 100644
--- a/lisp/textmodes/texinfmt.el
+++ b/lisp/textmodes/texinfmt.el
@@ -134,6 +134,10 @@ Info-split to do these manually."
134(defvar texinfo-region-buffer-name "*Info Region*" 134(defvar texinfo-region-buffer-name "*Info Region*"
135 "*Name of the temporary buffer used by \\[texinfo-format-region].") 135 "*Name of the temporary buffer used by \\[texinfo-format-region].")
136 136
137;; These come from tex-mode.el.
138(defvar tex-start-of-header)
139(defvar tex-end-of-header)
140
137;;;###autoload 141;;;###autoload
138(defun texinfo-format-region (region-beginning region-end) 142(defun texinfo-format-region (region-beginning region-end)
139 "Convert the current region of the Texinfo file to Info format. 143 "Convert the current region of the Texinfo file to Info format.