[gnus git] branch master updated: m0-5-108-g0c2487d =1= * dgnushack.el: XEmacs 21.5 compilation fix.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 0c2487daffa041d5c425ac4e46f09122865e7c86 (commit)
from c23b137e5e82992f99c3972fe871eaef9fb292a2 (commit)
- Log -----------------------------------------------------------------
commit 0c2487daffa041d5c425ac4e46f09122865e7c86
Author: Lars Ingebrigtsen <[email protected]>
Date: Mon Sep 3 20:39:05 2012 +0200
* dgnushack.el: XEmacs 21.5 compilation fix.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b8bff65..558add9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2012-09-03 Lars Ingebrigtsen <[email protected]>
+ * dgnushack.el: XEmacs 21.5 compilation fix.
+
* gnus-notifications.el (gnus-notifications-notify): Use it.
* gnus-fun.el (gnus-funcall-no-warning): New function to silence
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index 10c304d..19f253a 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -148,6 +148,8 @@
(defvar help-echo-owns-message))
(unless (boundp 'gnus-registry-enabled)
(defvar gnus-registry-enabled nil))
+ (unless (boundp 'mail-dont-reply-to-names)
+ (defvar mail-dont-reply-to-names 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