]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/delphi.el
Much whitespace and capitalization change.
[gnu-emacs] / lisp / progmodes / delphi.el
index 5f1bed747709cfb4fa966cc664635cf0ab4dcb7b..4ebbc54969712f8bf71e760ec520457a4911b610 100644 (file)
 
 (provide 'delphi)
 
-(defconst delphi-version
-  (let ((revision "$Revision: 3.8 $"))
-    (string-match ": \\([^ ]+\\)" revision)
-    (match-string 1 revision))
-  "Version of this delphi mode.")
-
 (eval-and-compile
   ;; Allow execution on pre Emacs 20 versions.
   (or (fboundp 'when)
@@ -742,7 +736,7 @@ routine.")
         (delphi-step-progress p "Fontifying" delphi-fontifying-progress-step))
       (delphi-progress-done)))))
 
-(defconst delphi-ignore-changes t
+(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,4 +2004,5 @@ no args, if that value is non-nil."
 
   (run-hooks 'delphi-mode-hook))
 
+;;; arch-tag: 410e192d-e9b5-4397-ad62-12340fc3fa41
 ;;; delphi.el ends here