[gnus git] branch master updated: m0-13-73-g90f7e57 =1= gnus-compat.el: Require overlay for XEmacs
Katsumi Yamaoka <[email protected]> Mon, 14 Sep 2015 02:20:57 +0200
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 90f7e57cdbebca17652f43459b3f5dfbfb26d7fa (commit)
from 151fca5f294dfac0150d9b4338bc0c6b27d3e4a2 (commit)
- Log -----------------------------------------------------------------
commit 90f7e57cdbebca17652f43459b3f5dfbfb26d7fa
Author: Katsumi Yamaoka <[email protected]>
Date: Mon Sep 14 00:20:43 2015 +0000
gnus-compat.el: Require overlay for XEmacs
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f1f40a6..409b964 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-14 Katsumi Yamaoka <[email protected]>
+
+ * gnus-compat.el: Require overlay for XEmacs.
+
2015-09-12 Stefan Monnier <[email protected]>
* message.el (message-hide-headers): Bind inhibit-modification-hooks to
diff --git a/lisp/gnus-compat.el b/lisp/gnus-compat.el
index b96a6ac..daf1136 100644
--- a/lisp/gnus-compat.el
+++ b/lisp/gnus-compat.el
@@ -163,6 +163,10 @@ process."
(memq (process-status process)
'(run open listen connect stop)))))
+;; XEmacs doesn't have auto-autoloads for overlay functions.
+(when (featurep 'xemacs)
+ (require 'overlay))
+
(provide 'gnus-compat)
;; gnus-compat.el ends here
-----------------------------------------------------------------------
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 | 4 ++++
lisp/gnus-compat.el | 4 ++++
2 files changed, 8 insertions(+)
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