emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog progmodes/ada-mode.el


From: Sam Steingold
Subject: [Emacs-diffs] emacs/lisp ChangeLog progmodes/ada-mode.el
Date: Mon, 20 Jul 2009 16:40:32 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Sam Steingold <sds>     09/07/20 16:40:30

Modified files:
        lisp           : ChangeLog 
        lisp/progmodes : ada-mode.el 

Log message:
        (compile-auto-highlight): Remove the variable (removed from compile.el
        on 2004-03-11).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15835&r2=1.15836
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/progmodes/ada-mode.el?cvsroot=emacs&r1=1.101&r2=1.102

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15835
retrieving revision 1.15836
diff -u -b -r1.15835 -r1.15836
--- ChangeLog   20 Jul 2009 14:21:27 -0000      1.15835
+++ ChangeLog   20 Jul 2009 16:40:24 -0000      1.15836
@@ -1,3 +1,8 @@
+2009-07-20  Sam Steingold  <address@hidden>
+
+       * progmodes/ada-mode.el (compile-auto-highlight): Remove the
+       variable (removed from compile.el on 2004-03-11).
+
 2009-07-20  Chong Yidong  <address@hidden>
 
        * files.el (hack-local-variables-filter): Fix last change.

Index: progmodes/ada-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/ada-mode.el,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -b -r1.101 -r1.102
--- progmodes/ada-mode.el       9 Jan 2009 04:15:56 -0000       1.101
+++ progmodes/ada-mode.el       20 Jul 2009 16:40:29 -0000      1.102
@@ -128,7 +128,6 @@
 (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 @@
   ;;  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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]