[gnus git] branch master updated: n0-13-135-g302ab3d =1= Bind help-echo-owns-message to avoid a compiler warning on XEmacs.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 302ab3d869fb144f6eb03efbdf1604caac8d2b10 (commit)
from 2d826b740684c249414dcb3611510b6e5e422a08 (commit)
- Log -----------------------------------------------------------------
commit 302ab3d869fb144f6eb03efbdf1604caac8d2b10
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Mar 17 20:04:11 2011 +0100
Bind help-echo-owns-message to avoid a compiler warning on XEmacs.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e2cde44..eb488b8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2011-03-17 Lars Magne Ingebrigtsen <[email protected]>
+ * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
+ on XEmacs.
+
* gnus-art.el: Require mouse, which the build bot seems to say is
needed.
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index 9fa42d3..a8783cd 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -137,14 +137,16 @@
(autoload 'iswitchb-read-buffer "iswitchb")
(autoload 'netrc-credentials "netrc")
(defalias 'x-defined-colors 'ignore)
- (unless (fboundp 'url-retrieve-synchronously)
- (defalias 'url-retrieve-synchronously 'url-retrieve))
(defalias 'read-color 'ignore)))
(eval-and-compile
(when (featurep 'xemacs)
(unless (fboundp 'defadvice)
(autoload 'defadvice "advice" nil nil 'macro))
+ (unless (boundp 'help-echo-owns-message)
+ (defvar help-echo-owns-message))
+ (unless (fboundp 'url-retrieve-synchronously)
+ (defalias 'url-retrieve-synchronously 'url-retrieve))
(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 | 3 +++
lisp/dgnushack.el | 6 ++++--
2 files changed, 7 insertions(+), 2 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