]> git.eshelyaron.com Git - emacs.git/commitdiff
(compile-auto-highlight): Remove the variable (removed from compile.el
authorSam Steingold <sds@gnu.org>
Mon, 20 Jul 2009 16:40:24 +0000 (16:40 +0000)
committerSam Steingold <sds@gnu.org>
Mon, 20 Jul 2009 16:40:24 +0000 (16:40 +0000)
on 2004-03-11).

lisp/ChangeLog
lisp/progmodes/ada-mode.el

index 2e7ad522a569020b990770b5dbc687f76e825074..49739a57ebded90c57bd122306e50266b0c91f5b 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 5750fd9da2b47ccc9d69e739fbd944c359ba57e8..c28926dbb3d70544871eef78f77cad29f92d1495 100644 (file)
 (require 'which-func nil t)
 (require 'compile nil t)
 
-(defvar compile-auto-highlight)
 (defvar ispell-check-comments)
 (defvar skeleton-further-elements)
 
@@ -1160,7 +1159,6 @@ the file name."
   ;;  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)