]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/ada-mode.el
(msdos-shells): Add defvar.
[gnu-emacs] / lisp / progmodes / ada-mode.el
index de4cd1f4b1e2e7f7e95b36d0b641f55bd9ccf2eb..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)
@@ -1280,7 +1283,7 @@ If you use ada-xref.el:
       (progn
        (add-to-list 'align-dq-string-modes 'ada-mode)
        (add-to-list 'align-open-comment-modes 'ada-mode)
-       (set (make-variable-buffer-local 'align-region-separate)
+       (set (make-local-variable 'align-region-separate)
             ada-align-region-separate)
 
        ;; Exclude comments alone on line from alignment.