(defvar): Wrap some defvars in
eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
This commit is contained in:
parent
7a0485b2bf
commit
61eec392c0
1 changed files with 9 additions and 8 deletions
|
@ -415,14 +415,15 @@ on the menu bar.
|
|||
;;; =========================================================================
|
||||
;;;
|
||||
;;; Silence warnings about variables in other packages.
|
||||
(defvar TeX-master)
|
||||
(defvar LaTeX-section-hook)
|
||||
(defvar LaTeX-label-function)
|
||||
(defvar tex-main-file)
|
||||
(defvar outline-minor-mode)
|
||||
(defvar font-lock-mode)
|
||||
(defvar font-lock-fontify-region-function)
|
||||
(defvar font-lock-syntactic-keywords)
|
||||
(eval-when-compile
|
||||
(defvar TeX-master)
|
||||
(defvar LaTeX-section-hook)
|
||||
(defvar LaTeX-label-function)
|
||||
(defvar tex-main-file)
|
||||
(defvar outline-minor-mode)
|
||||
(defvar font-lock-mode)
|
||||
(defvar font-lock-fontify-region-function)
|
||||
(defvar font-lock-syntactic-keywords))
|
||||
|
||||
;;; =========================================================================
|
||||
;;;
|
||||
|
|
Loading…
Add table
Reference in a new issue