[gnus git] branch master updated: m0-9-20-g66cc80e =1= * dgnushack.el: Silence XEmacs w3 warning.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 66cc80e194706bc9422f2ed233c89d8d11e39afa (commit)
from f47436b1311c86cdbf072f6212f3153ef2a35a43 (commit)
- Log -----------------------------------------------------------------
commit 66cc80e194706bc9422f2ed233c89d8d11e39afa
Author: Lars Ingebrigtsen <[email protected]>
Date: Sat Feb 1 13:20:14 2014 -0800
* dgnushack.el: Silence XEmacs w3 warning.
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index b346487..3c3a725 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -153,6 +153,8 @@
(defun url-queue-retrieve (url callback &optional cbargs silent
inhibit-cookies)
(url-retrieve url callback cbargs)))
+ (unless (boundp 'w3-configuration-directory)
+ (setq w3-configuration-directory "~/.w3/"))
(autoload 'Info-directory "info" nil t)
(autoload 'Info-index "info" nil t)
(autoload 'Info-index-next "info" nil t)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/dgnushack.el | 2 ++
1 file changed, 2 insertions(+)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project