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/delphi.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/delphi.el
Date: Sun, 02 Dec 2001 02:17:48 -0500

Index: emacs/lisp/progmodes/delphi.el
diff -c emacs/lisp/progmodes/delphi.el:3.6 emacs/lisp/progmodes/delphi.el:3.7
*** emacs/lisp/progmodes/delphi.el:3.6  Mon Jul 16 08:22:59 2001
--- emacs/lisp/progmodes/delphi.el      Sun Dec  2 02:17:48 2001
***************
*** 65,75 ****
  (provide 'delphi)
  
  (defconst delphi-version
!   (let ((revision "$Revision: 3.6 $"))
      (string-match ": \\([^ ]+\\)" revision)
      (match-string 1 revision))
    "Version of this delphi mode.")
  ;;; $Log: delphi.el,v $
  ;;; Revision 3.6  2001/07/16 12:22:59  pj
  ;;;
  ;;; Some fixes to follow coding conventions.
--- 65,78 ----
  (provide 'delphi)
  
  (defconst delphi-version
!   (let ((revision "$Revision: 3.7 $"))
      (string-match ": \\([^ ]+\\)" revision)
      (match-string 1 revision))
    "Version of this delphi mode.")
  ;;; $Log: delphi.el,v $
+ ;;; Revision 3.7  2001/12/02 07:17:48  monnier
+ ;;; (delphi-mode): Don't use make-local-hook.
+ ;;;
  ;;; Revision 3.6  2001/07/16 12:22:59  pj
  ;;;
  ;;; Some fixes to follow coding conventions.
***************
*** 2025,2031 ****
  
    ;; We need to keep track of changes to the buffer to determine if we need
    ;; to retokenize changed text.
-   (make-local-hook 'after-change-functions)
    (add-hook 'after-change-functions 'delphi-after-change nil t)
  
    (widen)
--- 2028,2033 ----



reply via email to

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