diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-10-28 16:21:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-10-28 16:21:33 +0000 |
commit | 776f3a6d46d93d7351f8fc0c052d123090f6d5d6 (patch) | |
tree | f59dae2cdb3ca90a7d615ce35ead7b39f63d3bdd /lisp/forms.el | |
parent | fd322faecfcd539f75daabd6c08a23b75dd9d2f4 (diff) | |
download | emacs-776f3a6d46d93d7351f8fc0c052d123090f6d5d6.tar.gz emacs-776f3a6d46d93d7351f8fc0c052d123090f6d5d6.tar.bz2 emacs-776f3a6d46d93d7351f8fc0c052d123090f6d5d6.zip |
Comment change.
Diffstat (limited to 'lisp/forms.el')
-rw-r--r-- | lisp/forms.el | 6 |
1 files 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 <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.") |