]> git.eshelyaron.com Git - emacs.git/commitdiff
(tex-start-of-header, tex-end-of-header): Add defvars.
authorRichard M. Stallman <rms@gnu.org>
Sun, 22 Dec 2002 22:04:01 +0000 (22:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 22 Dec 2002 22:04:01 +0000 (22:04 +0000)
lisp/textmodes/texinfmt.el

index 82c35f35c8f3d31dc01c1dc7c58928078dbc60ab..182b21d476b54c2e56986341ea0c09d527ddba00 100644 (file)
@@ -134,6 +134,10 @@ Info-split to do these manually."
 (defvar texinfo-region-buffer-name "*Info Region*"
   "*Name of the temporary buffer used by \\[texinfo-format-region].")
 
+;; These come from tex-mode.el.
+(defvar tex-start-of-header)
+(defvar tex-end-of-header)
+
 ;;;###autoload
 (defun texinfo-format-region (region-beginning region-end)
   "Convert the current region of the Texinfo file to Info format.