aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 75f2bb56aa4..6971235d7c2 100644
--- a/lisp/progmodes/vhdl-mode.el
+++ b/lisp/progmodes/vhdl-mode.el
@@ -128,6 +128,12 @@
128(defconst vhdl-emacs-21 (and (<= 21 emacs-major-version) (not vhdl-xemacs)) 128(defconst vhdl-emacs-21 (and (<= 21 emacs-major-version) (not vhdl-xemacs))
129 "Non-nil if Emacs 21, 22, ... is used.") 129 "Non-nil if Emacs 21, 22, ... is used.")
130 130
131(defvar compilation-file-regexp-alist)
132(defvar itimer-version)
133(defvar lazy-lock-defer-contextually)
134(defvar lazy-lock-defer-on-scrolling)
135(defvar lazy-lock-defer-on-the-fly)
136
131 137
132;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 138;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
133;;; Variables 139;;; Variables