From 750ff6a8081c117e9e6713e6649430a6749ed5c7 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 14 Jul 1996 14:32:45 +0000 Subject: [PATCH] ((provide 'gnus)): Make sure `gnus-directory' is defined when byte-compiling. --- lisp/gnus.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/gnus.el b/lisp/gnus.el index 29c2b274c20..40d0cf5b6ca 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -15941,6 +15941,7 @@ newsgroup." ;; We want to inline a function from gnus-cache, so we cheat here: (eval-when-compile (provide 'gnus) + (setq gnus-directory (or (getenv "SAVEDIR") "~/News/")) (require 'gnus-cache)) (defun gnus-get-unread-articles-in-group (info active &optional update) -- 2.39.2