changeset 35975:a6d7df85ca41

(mh-compose-letter-function): Fix :type.
author Dave Love <fx@gnu.org>
date Thu, 08 Feb 2001 00:01:35 +0000
parents 0faaf71003ac
children 6ee038ed072b
files lisp/mail/mh-comp.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/mh-comp.el	Wed Feb 07 23:59:40 2001 +0000
+++ b/lisp/mail/mh-comp.el	Thu Feb 08 00:01:35 2001 +0000
@@ -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 @@
 (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