comparison lisp/forms.el @ 35968:6a592962088a

(forms-mode-hooks): Fix :type.
author Dave Love <fx@gnu.org>
date Wed, 07 Feb 2001 23:40:52 +0000
parents 8d7a976d7700
children b174db545cfd
comparison
equal deleted inserted replaced
35967:5f41effdffe6 35968:6a592962088a
299 ;;; Global variables and constants: 299 ;;; Global variables and constants:
300 300
301 (provide 'forms) ;;; official 301 (provide 'forms) ;;; official
302 (provide 'forms-mode) ;;; for compatibility 302 (provide 'forms-mode) ;;; for compatibility
303 303
304 (defconst forms-version (substring "$Revision: 2.39 $" 11 -2) 304 (defconst forms-version (substring "$Revision: 2.40 $" 11 -2)
305 "The version number of forms-mode (as string). The complete RCS id is: 305 "The version number of forms-mode (as string). The complete RCS id is:
306 306
307 $Id: forms.el,v 2.39 1999/05/31 08:34:19 eliz Exp $") 307 $Id: forms.el,v 2.40 1999/11/13 22:05:56 gerd Exp $")
308 308
309 (defcustom forms-mode-hooks nil 309 (defcustom forms-mode-hooks nil
310 "Hook functions to be run upon entering Forms mode." 310 "Hook run upon entering Forms mode."
311 :group 'forms 311 :group 'forms
312 :type 'function) 312 :type 'hook)
313 313
314 ;;; Mandatory variables - must be set by evaluating the control file. 314 ;;; Mandatory variables - must be set by evaluating the control file.
315 315
316 (defvar forms-file nil 316 (defvar forms-file nil
317 "Name of the file holding the data.") 317 "Name of the file holding the data.")