diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-08-30 11:18:41 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-08-30 11:18:41 +0000 |
commit | 354617b5fa3cbcaa0932310f3c5082e86c28d174 (patch) | |
tree | 608221bf3c979736119170bf2382aca8845eb9ee /lisp/progmodes | |
parent | ec38bb4664eacfe1d91ae56c10aa03a5d6d1ca96 (diff) | |
download | emacs-354617b5fa3cbcaa0932310f3c5082e86c28d174.tar.gz |
(compilation-file-regexp-alist, itimer-version, lazy-lock-defer-contextually,
lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly): Add defvars.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/vhdl-mode.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index 75f2bb56aa4..6971235d7c2 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el @@ -128,6 +128,12 @@ (defconst vhdl-emacs-21 (and (<= 21 emacs-major-version) (not vhdl-xemacs)) "Non-nil if Emacs 21, 22, ... is used.") +(defvar compilation-file-regexp-alist) +(defvar itimer-version) +(defvar lazy-lock-defer-contextually) +(defvar lazy-lock-defer-on-scrolling) +(defvar lazy-lock-defer-on-the-fly) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; Variables |