(tex-start-of-header, tex-end-of-header): Add defvars.
This commit is contained in:
parent
602503c5e2
commit
d02677ab1c
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue