/[emacs]/emacs/lisp/progmodes/delphi.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/delphi.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3.6 by pj, Mon Jul 16 12:22:59 2001 UTC revision 3.7 by monnier, Sun Dec 2 07:17:48 2001 UTC
# Line 70  Line 70 
70      (match-string 1 revision))      (match-string 1 revision))
71    "Version of this delphi mode.")    "Version of this delphi mode.")
72  ;;; $Log$  ;;; $Log$
73    ;;; Revision 3.7  2001/12/02 07:17:48  monnier
74    ;;; (delphi-mode): Don't use make-local-hook.
75    ;;;
76  ;;; Revision 3.6  2001/07/16 12:22:59  pj  ;;; Revision 3.6  2001/07/16 12:22:59  pj
77    ;;;
78  ;;; Some fixes to follow coding conventions.  ;;; Some fixes to follow coding conventions.
79  ;;;  ;;;
80  ;;; Revision 3.5  2001/01/26 20:54:03  fx  ;;; Revision 3.5  2001/01/26 20:54:03  fx
# Line 2024  no args, if that value is non-nil." Line 2028  no args, if that value is non-nil."
2028    
2029    ;; We need to keep track of changes to the buffer to determine if we need    ;; We need to keep track of changes to the buffer to determine if we need
2030    ;; to retokenize changed text.    ;; to retokenize changed text.
   (make-local-hook 'after-change-functions)  
2031    (add-hook 'after-change-functions 'delphi-after-change nil t)    (add-hook 'after-change-functions 'delphi-after-change nil t)
2032    
2033    (widen)    (widen)

Legend:
Removed from v.3.6  
changed lines
  Added in v.3.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26