aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-08-30 11:18:41 +0000
committerJuanma Barranquero <[email protected]>2005-08-30 11:18:41 +0000
commit354617b5fa3cbcaa0932310f3c5082e86c28d174 (patch)
tree608221bf3c979736119170bf2382aca8845eb9ee
parentec38bb4664eacfe1d91ae56c10aa03a5d6d1ca96 (diff)
(compilation-file-regexp-alist, itimer-version, lazy-lock-defer-contextually,
lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly): Add defvars.
-rw-r--r--lisp/progmodes/vhdl-mode.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el
index 75f2bb56aa..6971235d7c 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