* dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 22 Mar 2012 21:03:46 +0000 (22:03 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 22 Mar 2012 21:03:46 +0000 (22:03 +0100)
lisp/ChangeLog
lisp/dgnushack.el

index df7136c..924bad1 100644 (file)
@@ -1,5 +1,7 @@
 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * 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
index 3defe55..9d9f434 100644 (file)
       (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)