Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c6e75c16
Commit
c6e75c16
authored
Dec 04, 2001
by
Richard M. Stallman
Browse files
Comment change (delete change log).
parent
58cfce98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
28 deletions
+1
-28
lisp/progmodes/delphi.el
lisp/progmodes/delphi.el
+1
-28
No files found.
lisp/progmodes/delphi.el
View file @
c6e75c16
...
...
@@ -65,37 +65,10 @@
(
provide
'delphi
)
(
defconst
delphi-version
(
let
((
revision
"$Revision: 3.
6
$"
))
(
let
((
revision
"$Revision: 3.
7
$"
))
(
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.
;;;
;;; Revision 3.5 2001/01/26 20:54:03 fx
;;; (delphi-comment-face, delphi-string-face)
;;; (delphi-keyword-face, delphi-other-face): Fix :type.
;;;
;;; Revision 3.4 2000/02/09 07:04:15 blaak
;;; Make resourcestring a declaration region, like const and var.
;;;
;;; Revision 3.3 2000/02/01 14:32:21 fx
;;; (delphi): Add :version to defgroup.
;;;
;;; Revision 3.2 1999/08/18 05:08:39 blaak
;;; checked in with -k by blaak at 1999/08/18 05:08:39
;;;
;;; Revision 3.2 1999/08/04 05:09:19 blaak
;;; Consider assembly sections as blocks, to indent them better.
;;;
;;; Revision 3.1 1999/08/04 04:45:47 blaak
;;; Make auto-indent on newline optional
;;;
;;; Revision 3.0 1999/08/03 04:59:02 blaak
;;; Re-release as an official Emacs language mode
;;;
(
eval-and-compile
;; Allow execution on pre Emacs 20 versions.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment