aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ada-mode.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-08-30 10:27:54 +0000
committerJuanma Barranquero <[email protected]>2005-08-30 10:27:54 +0000
commit5f7286f2eef307b51819a250bdc69d9e24e73d68 (patch)
treebd02ea4cc54af32c79f998f43fdde30f08b00b9d /lisp/progmodes/ada-mode.el
parentd94707e058aa99a7930d7347eee43fe6a9830765 (diff)
(compile-auto-highlight, skeleton-further-elements): Add defvars.
Diffstat (limited to 'lisp/progmodes/ada-mode.el')
-rw-r--r--lisp/progmodes/ada-mode.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el
index ea99369d16..3b6a6d611d 100644
--- a/lisp/progmodes/ada-mode.el
+++ b/lisp/progmodes/ada-mode.el
@@ -133,6 +133,9 @@
(require 'which-func nil t)
(require 'compile nil t))
+(defvar compile-auto-highlight)
+(defvar skeleton-further-elements)
+
;; this function is needed at compile time
(eval-and-compile
(defun ada-check-emacs-version (major minor &optional is-xemacs)