+2009-07-20 Sam Steingold <sds@gnu.org>
+
+ * progmodes/ada-mode.el (compile-auto-highlight): Remove the
+ variable (removed from compile.el on 2004-03-11).
+
2009-07-20 Chong Yidong <cyd@stupidchicken.com>
* files.el (hack-local-variables-filter): Fix last change.
(require 'which-func nil t)
(require 'compile nil t)
-(defvar compile-auto-highlight)
(defvar ispell-check-comments)
(defvar skeleton-further-elements)
;; We just substitute our own functions to go to the error.
(add-hook 'compilation-mode-hook
(lambda()
- (set (make-local-variable 'compile-auto-highlight) 40)
;; FIXME: This has global impact! -stef
(define-key compilation-minor-mode-map [mouse-2]
'ada-compile-mouse-goto-error)