From f042cfd86a8dadc9fa559f102213de09a019c527 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 8 Jul 2011 19:02:01 +0200 Subject: * lisp/mail/sendmail.el (send-mail-function): No longer delay custom initialization. * lisp/custom.el (custom-initialize-delay): Doc fix. --- lisp/custom.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lisp/custom.el') diff --git a/lisp/custom.el b/lisp/custom.el index a5c0065036a..4f69c741468 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -120,8 +120,10 @@ the :set function. For variables in preloaded files, you can simply use this function for the :initialize property. For autoloaded variables, you will also need to add an autoload stanza calling this -function, and another one setting the standard-value property. -See `send-mail-function' in sendmail.el for an example." +function, and another one setting the standard-value property." + ;; No longer true: + ;; "See `send-mail-function' in sendmail.el for an example." + ;; Until the var is actually initialized, it is kept unbound. ;; This seemed to be at least as good as setting it to an arbitrary ;; value like nil (evaluating `value' is not an option because it -- cgit v1.2.3