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: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/delphi.el
Date: Sat, 31 May 2003 03:59:33 -0400

Index: emacs/lisp/progmodes/delphi.el
diff -c emacs/lisp/progmodes/delphi.el:3.9 emacs/lisp/progmodes/delphi.el:3.10
*** emacs/lisp/progmodes/delphi.el:3.9  Tue Feb  4 08:24:34 2003
--- emacs/lisp/progmodes/delphi.el      Sat May 31 03:59:33 2003
***************
*** 65,71 ****
  (provide 'delphi)
  
  (defconst delphi-version
!   (let ((revision "$Revision: 3.9 $"))
      (string-match ": \\([^ ]+\\)" revision)
      (match-string 1 revision))
    "Version of this delphi mode.")
--- 65,71 ----
  (provide 'delphi)
  
  (defconst delphi-version
!   (let ((revision "$Revision: 3.10 $"))
      (string-match ": \\([^ ]+\\)" revision)
      (match-string 1 revision))
    "Version of this delphi mode.")
***************
*** 742,748 ****
          (delphi-step-progress p "Fontifying" delphi-fontifying-progress-step))
        (delphi-progress-done)))))
  
! (defconst delphi-ignore-changes t
    "Internal flag to control if the delphi-mode responds to buffer changes.
  Defaults to t in case the delphi-after-change function is called on a
  non-delphi buffer. Set to nil in a delphi buffer.  To override, just do:
--- 742,748 ----
          (delphi-step-progress p "Fontifying" delphi-fontifying-progress-step))
        (delphi-progress-done)))))
  
! (defvar delphi-ignore-changes t
    "Internal flag to control if the delphi-mode responds to buffer changes.
  Defaults to t in case the delphi-after-change function is called on a
  non-delphi buffer. Set to nil in a delphi buffer.  To override, just do:




reply via email to

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