changeset 13317:877d62af45a9

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 Oct 1995 16:21:33 +0000
parents 373701da47e5
children 94a4b6e9d310
files lisp/forms.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/forms.el	Sat Oct 28 16:20:36 1995 +0000
+++ b/lisp/forms.el	Sat Oct 28 16:21:33 1995 +0000
@@ -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.")