]> git.eshelyaron.com Git - emacs.git/commitdiff
(compile-auto-highlight, skeleton-further-elements): Add defvars.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 30 Aug 2005 10:27:54 +0000 (10:27 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 30 Aug 2005 10:27:54 +0000 (10:27 +0000)
lisp/progmodes/ada-mode.el

index ea99369d16b819dee36ecef258e33c8ceb4dd660..3b6a6d611d2146de93f4af17b45f55a53b50319e 100644 (file)
   (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)