diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-12-22 22:04:01 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-12-22 22:04:01 +0000 |
commit | d02677ab1cc2b1738392cc155348916e0221512a (patch) | |
tree | 29cd3433e9e7479be0ebb1859cc8c3e1a7be096b /lisp/textmodes/texinfmt.el | |
parent | 602503c5e29aa32f67faf88695db29af9cc6457b (diff) | |
download | emacs-d02677ab1cc2b1738392cc155348916e0221512a.tar.gz emacs-d02677ab1cc2b1738392cc155348916e0221512a.tar.bz2 emacs-d02677ab1cc2b1738392cc155348916e0221512a.zip |
(tex-start-of-header, tex-end-of-header): Add defvars.
Diffstat (limited to 'lisp/textmodes/texinfmt.el')
-rw-r--r-- | lisp/textmodes/texinfmt.el | 4 |
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." (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. |