Mercurial > emacs
changeset 15669:84ad859492b2
((provide 'gnus)): Make sure `gnus-directory' is defined
when byte-compiling.
author | Lars Magne Ingebrigtsen <larsi@gnus.org> |
---|---|
date | Sun, 14 Jul 1996 14:32:45 +0000 |
parents | 194145c1a2c0 |
children | 6101ab54d20a |
files | lisp/gnus.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)