summaryrefslogtreecommitdiff
path: root/lisp/forms.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-10-28 16:21:33 +0000
committerRichard M. Stallman <rms@gnu.org>1995-10-28 16:21:33 +0000
commit7ce2abcfda334cde6a0762b51e43424d624676cf (patch)
treedb960a4ae5851436a0960908646674ed8cc7b486 /lisp/forms.el
parent7a26fe9ce0051029be2a88f387d2fc21c33b2bac (diff)
downloademacs-7ce2abcfda334cde6a0762b51e43424d624676cf.tar.gz
Comment change.
Diffstat (limited to 'lisp/forms.el')
-rw-r--r--lisp/forms.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/forms.el b/lisp/forms.el
index 8f7947ce2a9..f5fb6f5bd1d 100644
--- a/lisp/forms.el
+++ b/lisp/forms.el
@@ -1,7 +1,7 @@
;;; forms.el -- Forms mode: edit a file as a form to fill in.
;;; Copyright (C) 1991, 1994, 1995 Free Software Foundation, Inc.
-;; Author: Johan Vromans <jv@nl.net>
+;; Author: Johan Vromans <jvromans@squirrel.nl>
;; This file is part of GNU Emacs.
@@ -287,10 +287,10 @@
(provide 'forms) ;;; official
(provide 'forms-mode) ;;; for compatibility
-(defconst forms-version (substring "$Revision: 2.19 $" 11 -2)
+(defconst forms-version (substring "$Revision: 2.20 $" 11 -2)
"The version number of forms-mode (as string). The complete RCS id is:
- $Id: forms.el,v 2.19 1995/07/08 13:16:54 jvromans Exp rms $")
+ $Id: forms.el,v 2.20 1995/08/14 06:45:37 rms Exp rms $")
(defvar forms-mode-hooks nil
"Hook functions to be run upon entering Forms mode.")