aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorDave Love <[email protected]>2001-02-08 00:01:35 +0000
committerDave Love <[email protected]>2001-02-08 00:01:35 +0000
commitf37489e6722f39bac68705a766862c853ccc70d0 (patch)
treefd2bb67cfa672e095435e63293e3913f3fce4c99 /lisp/mail
parent6a44f20fb5fa8b7bbfc9fb56cb88ae58f3efbe2a (diff)
(mh-compose-letter-function): Fix :type.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/mh-comp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/mh-comp.el b/lisp/mail/mh-comp.el
index 6bc7082ae1..ebbb33a7c8 100644
--- a/lisp/mail/mh-comp.el
+++ b/lisp/mail/mh-comp.el
@@ -30,7 +30,7 @@
;;; Change Log:
-;; $Id: mh-comp.el,v 1.19 2000/08/16 20:39:14 monnier Exp $
+;; $Id: mh-comp.el,v 1.20 2000/11/02 12:37:38 gerd Exp $
;;; Code:
@@ -168,7 +168,7 @@ MH lib directory.")
(defcustom mh-compose-letter-function nil
"Invoked when setting up a letter draft.
It is passed three arguments: TO recipients, SUBJECT, and CC recipients."
- :type 'function
+ :type '(choice (const nil) function)
:group 'mh-compose)
(defcustom mh-before-send-letter-hook nil