[gnus git] branch master updated: m0-5-227-g3107075 =2= Merge branch 'master' of https://git.gnus.org/gnus ; Make set-buffer-multibyte a noop in XEmacs 21.5.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 3107075e84653c5f05cf94353595a66bbf8cd768 (commit)
via c5b4b91d0c5ffdefc8dd7658adf41b2196ff91e8 (commit)
from fb4b44b34a2be1a1c35d7d9b15b82f04e0a6c215 (commit)
- Log -----------------------------------------------------------------
commit 3107075e84653c5f05cf94353595a66bbf8cd768
Merge: c5b4b91 fb4b44b
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Dec 26 18:10:23 2012 +0100
Merge branch 'master' of https://git.gnus.org/gnus
commit c5b4b91d0c5ffdefc8dd7658adf41b2196ff91e8
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Dec 26 17:18:55 2012 +0100
Make set-buffer-multibyte a noop in XEmacs 21.5.
diff --git a/lisp/gnus-compat.el b/lisp/gnus-compat.el
index f62a394..4e9b970 100644
--- a/lisp/gnus-compat.el
+++ b/lisp/gnus-compat.el
@@ -129,6 +129,11 @@ TRASH is ignored."
(forward-line arg))
(beginning-of-line)))
+;; XEmacs 21.5
+(unless (fboundp 'set-buffer-multibyte)
+ (defun set-buffer-multibyte (flag)
+ nil))
+
(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/gnus-compat.el | 5 +++++
1 files changed, 5 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