1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

((provide 'gnus)): Make sure `gnus-directory' is defined

when byte-compiling.
This commit is contained in:
Lars Magne Ingebrigtsen 1996-07-14 14:32:45 +00:00
parent 3c29caa89c
commit 750ff6a808

View File

@ -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)