diff options
author | Johan Vromans <jvromans@squirrel.nl> | 1995-01-05 12:32:54 +0000 |
---|---|---|
committer | Johan Vromans <jvromans@squirrel.nl> | 1995-01-05 12:32:54 +0000 |
commit | 0a840b84de410b50cb24aec333cf730d3e104ef0 (patch) | |
tree | 31e55ad725f232e011e7d228425208f1db98e776 /lisp/forms.el | |
parent | ac7e3dbebec661c46b90386d7562bc463e2cb16a (diff) | |
download | emacs-0a840b84de410b50cb24aec333cf730d3e104ef0.tar.gz emacs-0a840b84de410b50cb24aec333cf730d3e104ef0.tar.bz2 emacs-0a840b84de410b50cb24aec333cf730d3e104ef0.zip |
Bump version.
Diffstat (limited to 'lisp/forms.el')
-rw-r--r-- | lisp/forms.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/forms.el b/lisp/forms.el index c8276c7f68c..e9b0ee0de4d 100644 --- a/lisp/forms.el +++ b/lisp/forms.el @@ -1,8 +1,8 @@ ;;; forms.el -- Forms mode: edit a file as a form to fill in. -;;; Copyright (C) 1991, 1994 Free Software Foundation, Inc. +;;; Copyright (C) 1991, 1995 Free Software Foundation, Inc. ;; Author: Johan Vromans <jv@nl.net> -;; Version: $Revision: 2.13 $ +;; Version: $Revision: 2.12 $ ;; This file is part of GNU Emacs. @@ -281,10 +281,10 @@ (provide 'forms) ;;; official (provide 'forms-mode) ;;; for compatibility -(defconst forms-version (substring "$Revision: 2.13 $" 11 -2) +(defconst forms-version (substring "$Revision: 2.12 $" 11 -2) "The version number of forms-mode (as string). The complete RCS id is: - $Id: forms.el,v 2.13 1994/10/15 10:59:17 jv Exp $") + $Id: forms.el,v 2.12 1995/01/05 12:32:28 jvromans Exp jvromans $") (defvar forms-mode-hooks nil "Hook functions to be run upon entering Forms mode.") |