# HG changeset patch # User Henry S. Thompson # Date 1704735663 0 # Node ID b9f63d88037e78a99c5bb62f3367ac9c101a6b83 # Parent 424feadd4c767a802aaa5185961dbe90c622e2ad compile w/o error diff -r 424feadd4c76 -r b9f63d88037e gnus-init.el --- a/gnus-init.el Mon Jan 08 17:40:38 2024 +0000 +++ b/gnus-init.el Mon Jan 08 17:41:03 2024 +0000 @@ -1,10 +1,14 @@ ;; gnus customisation +(eval-when-compile + (setq my-mail-dir "/bogus") ; will be overwritten by the following +) + (site-caseq (edin (require 'mail-from-inf)) (maritain - (require 'mail-from-m) -)) + (require 'mail-from-m)) + ) ;; things based on my-mail-dir, or set-ht-compiled-split ;; which are defined in one of the above