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:
parent
3c29caa89c
commit
750ff6a808
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user