(tex-start-of-header, tex-end-of-header): Add defvars.

This commit is contained in:
Richard M. Stallman 2002-12-22 22:04:01 +00:00
parent 602503c5e2
commit d02677ab1c

View 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.