emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ada-mode.el
Date: Tue, 08 Jan 2002 16:43:42 -0500

Index: emacs/lisp/progmodes/ada-mode.el
diff -c emacs/lisp/progmodes/ada-mode.el:1.47 
emacs/lisp/progmodes/ada-mode.el:1.48
*** emacs/lisp/progmodes/ada-mode.el:1.47       Thu Dec 20 13:12:33 2001
--- emacs/lisp/progmodes/ada-mode.el    Tue Jan  8 16:43:42 2002
***************
*** 7,13 ****
  ;;      Markus Heritsch <address@hidden>
  ;;      Emmanuel Briot  <address@hidden>
  ;; Maintainer: Emmanuel Briot <address@hidden>
! ;; Ada Core Technologies's version:   $Revision: 1.47 $
  ;; Keywords: languages ada
  
  ;; This file is part of GNU Emacs.
--- 7,13 ----
  ;;      Markus Heritsch <address@hidden>
  ;;      Emmanuel Briot  <address@hidden>
  ;; Maintainer: Emmanuel Briot <address@hidden>
! ;; Ada Core Technologies's version:   $Revision: 1.48 $
  ;; Keywords: languages ada
  
  ;; This file is part of GNU Emacs.
***************
*** 814,820 ****
        ;;  Setting this only if font-lock is not set won't work
        ;;  if the user activates or deactivates font-lock-mode,
        ;;  but will make things faster most of the time
-       (make-local-hook 'after-change-functions)
        (add-hook 'after-change-functions 'ada-after-change-function nil t)
        )))
  
--- 814,819 ----
***************
*** 1177,1183 ****
  
    (unless ada-xemacs
      (ada-initialize-properties)
-     (make-local-hook 'font-lock-mode-hook)
      (add-hook 'font-lock-mode-hook 'ada-deactivate-properties nil t))
  
    ;; the following has to be done after running the ada-mode-hook
--- 1176,1181 ----



reply via email to

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