From: Richard M. Stallman Date: Sat, 28 Oct 1995 16:21:33 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~2543 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=776f3a6d46d93d7351f8fc0c052d123090f6d5d6;p=emacs.git Comment change. --- 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.")