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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/delphi.el [lexbind]
Date: Tue, 14 Oct 2003 19:30:26 -0400

Index: emacs/lisp/progmodes/delphi.el
diff -c emacs/lisp/progmodes/delphi.el:3.8.4.1 
emacs/lisp/progmodes/delphi.el:3.8.4.2
*** emacs/lisp/progmodes/delphi.el:3.8.4.1      Fri Apr  4 01:20:32 2003
--- emacs/lisp/progmodes/delphi.el      Tue Oct 14 19:30:16 2003
***************
*** 65,71 ****
  (provide 'delphi)
  
  (defconst delphi-version
!   (let ((revision "$Revision: 3.8.4.1 $"))
      (string-match ": \\([^ ]+\\)" revision)
      (match-string 1 revision))
    "Version of this delphi mode.")
--- 65,71 ----
  (provide 'delphi)
  
  (defconst delphi-version
!   (let ((revision "$Revision: 3.8.4.2 $"))
      (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:
***************
*** 2010,2013 ****
--- 2010,2014 ----
  
    (run-hooks 'delphi-mode-hook))
  
+ ;;; arch-tag: 410e192d-e9b5-4397-ad62-12340fc3fa41
  ;;; delphi.el ends here




reply via email to

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