# HG changeset patch # User Johan Vromans # Date 789309148 0 # Node ID 8f382ecc4dfa38d119e4f2c19aeee810b2d47cb1 # Parent a6018b04fb9dd8bd02cb28c3b549d8f534da8fa2 Bump version. diff -r a6018b04fb9d -r 8f382ecc4dfa lisp/forms.el --- a/lisp/forms.el Thu Jan 05 11:54:18 1995 +0000 +++ b/lisp/forms.el Thu Jan 05 12:32:28 1995 +0000 @@ -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, 1993 Free Software Foundation, Inc. ;; Author: Johan Vromans -;; Version: $Revision: 2.13 $ +;; Version: $Revision: 2.11 $ ;; 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.11 $" 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.11 1995/01/05 11:54:18 jvromans Exp jvromans $") (defvar forms-mode-hooks nil "Hook functions to be run upon entering Forms mode.")