From: Juanma Barranquero Date: Tue, 30 Aug 2005 10:27:54 +0000 (+0000) Subject: (compile-auto-highlight, skeleton-further-elements): Add defvars. X-Git-Tag: emacs-pretest-22.0.90~7366 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f7286f2eef307b51819a250bdc69d9e24e73d68;p=emacs.git (compile-auto-highlight, skeleton-further-elements): Add defvars. --- 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)