From 588b80f005a762584b71ddc93961a8db19cca6ab Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 1 Feb 2014 13:12:39 -0800 Subject: [PATCH] * dgnushack.el: Silence XEmacs w3 warning. --- lisp/ChangeLog | 2 ++ lisp/dgnushack.el | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c563dd03d..67c3f8881 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2014-02-01 Lars Ingebrigtsen + * 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 b3464876c..4625039c7 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) -- 2.25.1