diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-08-30 10:27:54 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-08-30 10:27:54 +0000 |
commit | 5f7286f2eef307b51819a250bdc69d9e24e73d68 (patch) | |
tree | bd02ea4cc54af32c79f998f43fdde30f08b00b9d /lisp | |
parent | d94707e058aa99a7930d7347eee43fe6a9830765 (diff) | |
download | emacs-5f7286f2eef307b51819a250bdc69d9e24e73d68.tar.gz |
(compile-auto-highlight, skeleton-further-elements): Add defvars.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/ada-mode.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index ea99369d16b..3b6a6d611d2 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) |