[gnus git] branch master updated: m0-3-103-g04df70a =1= * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 04df70a9bda1fcbfb172d139331eb30614aa0217 (commit)
from bfff3f1801456777c406f57158106b0c88a8f6e1 (commit)
- Log -----------------------------------------------------------------
commit 04df70a9bda1fcbfb172d139331eb30614aa0217
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Mar 22 22:03:46 2012 +0100
* dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index df7136c..924bad1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2012-03-22 Lars Magne Ingebrigtsen <[email protected]>
+ * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
+
* gnus.el: Register gnus-registry functions.
* gnus-registry.el (gnus-try-warping-via-registry): Moved here and
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index 3defe55..9d9f434 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -147,6 +147,8 @@
(autoload 'defadvice "advice" nil nil 'macro))
(unless (boundp 'help-echo-owns-message)
(defvar help-echo-owns-message))
+ (unless (boundp 'gnus-registry-enabled)
+ (defvar gnus-registry-enabled nil))
(unless (fboundp 'url-retrieve-synchronously)
(defalias 'url-retrieve-synchronously 'url-retrieve))
(unless (fboundp 'url-queue-retrieve)
-----------------------------------------------------------------------
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(+), 0 deletions(-)
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