diff gnus-init.el @ 50:b9f63d88037e

compile w/o error
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Mon, 08 Jan 2024 17:41:03 +0000
parents 67c04dbeb162
children 32a75a4db17b
line wrap: on
line diff
--- 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