# HG changeset patch # User Lars Magne Ingebrigtsen # Date 837354765 0 # Node ID 84ad859492b2d30538858f8e6715d3dd7141a6cf # Parent 194145c1a2c03ab625f5b1c4eba166982bcd26b9 ((provide 'gnus)): Make sure `gnus-directory' is defined when byte-compiling. diff -r 194145c1a2c0 -r 84ad859492b2 lisp/gnus.el --- a/lisp/gnus.el Sun Jul 14 01:59:42 1996 +0000 +++ b/lisp/gnus.el Sun Jul 14 14:32:45 1996 +0000 @@ -15941,6 +15941,7 @@ ;; 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)