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
0a840b84
Commit
0a840b84
authored
Jan 05, 1995
by
Johan Vromans
Browse files
Bump version.
parent
ac7e3dbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/forms.el
lisp/forms.el
+4
-4
No files found.
lisp/forms.el
View file @
0a840b84
;;; forms.el -- Forms mode: edit a file as a form to fill in.
;;; Copyright (C) 1991, 199
4
Free Software Foundation, Inc.
;;; Copyright (C) 1991, 199
5
Free Software Foundation, Inc.
;; Author: Johan Vromans <jv@nl.net>
;; Version: $Revision: 2.1
3
$
;; Version: $Revision: 2.1
2
$
;; This file is part of GNU Emacs.
...
...
@@ -281,10 +281,10 @@
(
provide
'forms
)
;;; official
(
provide
'forms-mode
)
;;; for compatibility
(
defconst
forms-version
(
substring
"$Revision: 2.1
3
$"
11
-2
)
(
defconst
forms-version
(
substring
"$Revision: 2.1
2
$"
11
-2
)
"The version number of forms-mode (as string). The complete RCS id is:
$Id: forms.el,v 2.1
3
199
4/10/15 10:59:17 jv Exp
$"
)
$Id: forms.el,v 2.1
2
199
5/01/05 12:32:28 jvromans Exp jvromans
$"
)
(
defvar
forms-mode-hooks
nil
"Hook functions to be run upon entering Forms mode."
)
...
...
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