[gnus git] branch master updated: m0-9-18-g588b80f =1= * dgnushack.el: Silence XEmacs w3 warning.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 588b80f005a762584b71ddc93961a8db19cca6ab (commit)
from 582d45b652cb9ef1271d405c460132cce8a734de (commit)
- Log -----------------------------------------------------------------
commit 588b80f005a762584b71ddc93961a8db19cca6ab
Author: Lars Ingebrigtsen <[email protected]>
Date: Sat Feb 1 13:12:39 2014 -0800
* dgnushack.el: Silence XEmacs w3 warning.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c563dd0..67c3f88 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2014-02-01 Lars Ingebrigtsen <[email protected]>
+ * dgnushack.el: Silence XEmacs w3 warning.
+
* gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
`url-retrieve-synchronously', apparently.
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index b346487..4625039 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)
+ (defvar 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/ChangeLog | 2 ++
lisp/dgnushack.el | 2 ++
2 files changed, 4 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