From a496452fd7bfd70c1f9131424fcdfd04f1374b90 Mon Sep 17 00:00:00 2001
From: Luc Teirlinck <teirllm@auburn.edu>
Date: Wed, 28 Dec 2005 16:39:52 +0000
Subject: [PATCH] (command-line): Use `custom-reevaluate-setting' for
 `send-mail-function'.

---
 lisp/startup.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/startup.el b/lisp/startup.el
index 62bc2e88dad..64da0315af4 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -776,6 +776,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
   (custom-reevaluate-setting 'mouse-wheel-down-event)
   (custom-reevaluate-setting 'mouse-wheel-up-event)
   (custom-reevaluate-setting 'file-name-shadow-mode)
+  (custom-reevaluate-setting 'send-mail-function)
 
   ;; Register default TTY colors for the case the terminal hasn't a
   ;; terminal init file.
-- 
2.39.5