From: Lars Magne Ingebrigtsen Date: Sun, 14 Jul 1996 14:32:45 +0000 (+0000) Subject: ((provide 'gnus)): Make sure `gnus-directory' is defined X-Git-Tag: emacs-19.34~193 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=750ff6a8081c117e9e6713e6649430a6749ed5c7;p=emacs.git ((provide 'gnus)): Make sure `gnus-directory' is defined when byte-compiling. --- 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)