mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 01:41:01 -08:00
(tex-end-of-header, tex-start-of-header): Add defvars.
This commit is contained in:
parent
66793230b0
commit
c5309fd649
1 changed files with 4 additions and 0 deletions
|
|
@ -50,6 +50,10 @@
|
|||
(require 'compile)
|
||||
(require 'info)
|
||||
|
||||
(defvar tex-end-of-header)
|
||||
(defvar tex-start-of-header)
|
||||
|
||||
|
||||
(defgroup makeinfo nil
|
||||
"Run makeinfo conveniently."
|
||||
:group 'docs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue