aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/forms.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/forms.el')
-rw-r--r--lisp/forms.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/forms.el b/lisp/forms.el
index f5fb6f5bd1d..165fd5a30ec 100644
--- a/lisp/forms.el
+++ b/lisp/forms.el
@@ -1,5 +1,6 @@
1;;; forms.el -- Forms mode: edit a file as a form to fill in. 1;;; forms.el --- Forms mode: edit a file as a form to fill in
2;;; Copyright (C) 1991, 1994, 1995 Free Software Foundation, Inc. 2
3;; Copyright (C) 1991, 1994, 1995 Free Software Foundation, Inc.
3 4
4;; Author: Johan Vromans <jvromans@squirrel.nl> 5;; Author: Johan Vromans <jvromans@squirrel.nl>
5 6
@@ -287,10 +288,10 @@
287(provide 'forms) ;;; official 288(provide 'forms) ;;; official
288(provide 'forms-mode) ;;; for compatibility 289(provide 'forms-mode) ;;; for compatibility
289 290
290(defconst forms-version (substring "$Revision: 2.20 $" 11 -2) 291(defconst forms-version (substring "$Revision: 2.21 $" 11 -2)
291 "The version number of forms-mode (as string). The complete RCS id is: 292 "The version number of forms-mode (as string). The complete RCS id is:
292 293
293 $Id: forms.el,v 2.20 1995/08/14 06:45:37 rms Exp rms $") 294 $Id: forms.el,v 2.21 1995/10/28 16:21:33 rms Exp rms $")
294 295
295(defvar forms-mode-hooks nil 296(defvar forms-mode-hooks nil
296 "Hook functions to be run upon entering Forms mode.") 297 "Hook functions to be run upon entering Forms mode.")