]> code.delx.au - gnu-emacs/blobdiff - lisp/rfn-eshadow.el
* mail/sendmail.el (send-mail-function):
[gnu-emacs] / lisp / rfn-eshadow.el
index eb54636e1053bb71e9c6be7327f7f905b77122eb..5788ab7447b5fb79a2eae8b14e9ed2ee2b785447 100644 (file)
@@ -216,6 +216,11 @@ that portion dim, invisible, or otherwise less visually noticeable.
 With prefix argument ARG, turn on if positive, otherwise off.
 Returns non-nil if the new state is enabled."
   :global t
+  ;; We'd like to use custom-initialize-set here so the setup is done
+  ;; before dumping, but at the point where the defcustom is evaluated,
+  ;; the corresponding function isn't defined yet, so
+  ;; custom-initialize-set signals an error.
+  :initialize 'custom-initialize-delay
   :init-value t
   :group 'minibuffer
   :version "22.1"