[gnus git] branch master updated: m0-5-228-ga4906a3 =1= mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte. gnus-compat.el (set-buffer-multibyte): Remove.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via a4906a3fb61069d9231c9f1d12c6cd54a4738867 (commit)
from 3107075e84653c5f05cf94353595a66bbf8cd768 (commit)
- Log -----------------------------------------------------------------
commit a4906a3fb61069d9231c9f1d12c6cd54a4738867
Author: Katsumi Yamaoka <[email protected]>
Date: Wed Dec 26 22:24:30 2012 +0000
mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
gnus-compat.el (set-buffer-multibyte): Remove.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 28c097c..c4db0c5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2012-12-26 Katsumi Yamaoka <[email protected]>
+
+ * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
+
+ * gnus-compat.el (set-buffer-multibyte): Remove.
+
2012-12-26 Lars Ingebrigtsen <[email protected]>
* gnus-art.el (gnus-article-treat-types): Include text/html as parts
diff --git a/lisp/gnus-compat.el b/lisp/gnus-compat.el
index 4e9b970..f62a394 100644
--- a/lisp/gnus-compat.el
+++ b/lisp/gnus-compat.el
@@ -129,11 +129,6 @@ 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
diff --git a/lisp/mml2015.el b/lisp/mml2015.el
index d39ce28..0bc83ad 100644
--- a/lisp/mml2015.el
+++ b/lisp/mml2015.el
@@ -823,7 +823,7 @@ If set, it overrides the setting of `mml2015-sign-with-sender'."
(defun mml2015-epg-key-image (key-id)
"Return the image of a key, if any"
(with-temp-buffer
- (unless (featurep 'xemacs) (set-buffer-multibyte nil))
+ (mm-set-buffer-multibyte nil)
(let* ((coding-system-for-write 'binary)
(coding-system-for-read 'binary)
(data (shell-command-to-string
-----------------------------------------------------------------------
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 | 6 ++++++
lisp/gnus-compat.el | 5 -----
lisp/mml2015.el | 2 +-
3 files changed, 7 insertions(+), 6 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