aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2001-02-07 23:40:52 +0000
committerDave Love2001-02-07 23:40:52 +0000
commit4c1fc0f6a808e7497f1e4ee014541f230d3cdc56 (patch)
tree6c626f0161278da98bd8691a995cfee88250f667
parent4dfb07fd3252bf91cb18e8058341e879d2fefa5e (diff)
downloademacs-4c1fc0f6a808e7497f1e4ee014541f230d3cdc56.tar.gz
emacs-4c1fc0f6a808e7497f1e4ee014541f230d3cdc56.zip
(forms-mode-hooks): Fix :type.
-rw-r--r--lisp/forms.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/forms.el b/lisp/forms.el
index 226474c5c0c..27a9da38133 100644
--- a/lisp/forms.el
+++ b/lisp/forms.el
@@ -301,15 +301,15 @@
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