Mercurial > emacs
changeset 103989:740cb01b8b8f
(compile-auto-highlight): Remove the variable (removed from compile.el
on 2004-03-11).
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Mon, 20 Jul 2009 16:40:24 +0000 |
parents | b36e20a63164 |
children | 73ea181d96b6 |
files | lisp/ChangeLog lisp/progmodes/ada-mode.el |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jul 20 14:21:27 2009 +0000 +++ b/lisp/ChangeLog Mon Jul 20 16:40:24 2009 +0000 @@ -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.
--- a/lisp/progmodes/ada-mode.el Mon Jul 20 14:21:27 2009 +0000 +++ b/lisp/progmodes/ada-mode.el Mon Jul 20 16:40:24 2009 +0000 @@ -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)