# HG changeset patch # User Juanma Barranquero # Date 1125397674 0 # Node ID 554ac37364649667b2de791d60452ddd2496f4a4 # Parent 7835e6fa14b15762cd83af0c21a7eed1d5fa1394 (compile-auto-highlight, skeleton-further-elements): Add defvars. diff -r 7835e6fa14b1 -r 554ac3736464 lisp/progmodes/ada-mode.el --- a/lisp/progmodes/ada-mode.el Tue Aug 30 10:25:22 2005 +0000 +++ b/lisp/progmodes/ada-mode.el Tue Aug 30 10:27:54 2005 +0000 @@ -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)