comparison lisp/forms.el @ 13317:877d62af45a9

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 Oct 1995 16:21:33 +0000
parents 61961ca01260
children 84acc3adcd63
comparison
equal deleted inserted replaced
13316:373701da47e5 13317:877d62af45a9
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 ;;; Copyright (C) 1991, 1994, 1995 Free Software Foundation, Inc.
3 3
4 ;; Author: Johan Vromans <jv@nl.net> 4 ;; Author: Johan Vromans <jvromans@squirrel.nl>
5 5
6 ;; This file is part of GNU Emacs. 6 ;; This file is part of GNU Emacs.
7 7
8 ;; GNU Emacs is free software; you can redistribute it and/or modify 8 ;; GNU Emacs is free software; you can redistribute it and/or modify
9 ;; it under the terms of the GNU General Public License as published by 9 ;; it under the terms of the GNU General Public License as published by
285 ;;; Global variables and constants: 285 ;;; Global variables and constants:
286 286
287 (provide 'forms) ;;; official 287 (provide 'forms) ;;; official
288 (provide 'forms-mode) ;;; for compatibility 288 (provide 'forms-mode) ;;; for compatibility
289 289
290 (defconst forms-version (substring "$Revision: 2.19 $" 11 -2) 290 (defconst forms-version (substring "$Revision: 2.20 $" 11 -2)
291 "The version number of forms-mode (as string). The complete RCS id is: 291 "The version number of forms-mode (as string). The complete RCS id is:
292 292
293 $Id: forms.el,v 2.19 1995/07/08 13:16:54 jvromans Exp rms $") 293 $Id: forms.el,v 2.20 1995/08/14 06:45:37 rms Exp rms $")
294 294
295 (defvar forms-mode-hooks nil 295 (defvar forms-mode-hooks nil
296 "Hook functions to be run upon entering Forms mode.") 296 "Hook functions to be run upon entering Forms mode.")
297 297
298 ;;; Mandatory variables - must be set by evaluating the control file. 298 ;;; Mandatory variables - must be set by evaluating the control file.