]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 Oct 1995 16:21:33 +0000 (16:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 Oct 1995 16:21:33 +0000 (16:21 +0000)
lisp/forms.el

index 8f7947ce2a90c025af93c6658ab37ea57663b074..f5fb6f5bd1dbf1c0f41305aeb0caf4e087495c25 100644 (file)
@@ -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.
 
 (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.")