From 5f7286f2eef307b51819a250bdc69d9e24e73d68 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 30 Aug 2005 10:27:54 +0000 Subject: [PATCH] (compile-auto-highlight, skeleton-further-elements): Add defvars. --- lisp/progmodes/ada-mode.el | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.39.2