# HG changeset patch # User Richard M. Stallman # Date 814897293 0 # Node ID 877d62af45a9f2c9d9b58c394759e7138c05ae88 # Parent 373701da47e52f9e50e584e4274b562936f663f8 Comment change. diff -r 373701da47e5 -r 877d62af45a9 lisp/forms.el --- 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 +;; Author: Johan Vromans ;; 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.")