From 776f3a6d46d93d7351f8fc0c052d123090f6d5d6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 28 Oct 1995 16:21:33 +0000 Subject: [PATCH] Comment change. --- lisp/forms.el | 6 +++--- 1 file 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 +;; 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.") -- 2.39.2