[gnus git] branch master updated: m0-11-127-g2c5b608 =1= gnus-compat.el (string-bytes): Replace encode-coding-string with mm-encode-coding-string

Katsumi <[email protected]> Tue, 27 Jan 2015 14:59:16 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  2c5b608b32bc1236a906eb71517d161b48ff4747 (commit)
      from  94a04c760c69d9541cb7fb198cbdb5528413cc23 (commit)


- Log -----------------------------------------------------------------
commit 2c5b608b32bc1236a906eb71517d161b48ff4747
Author: Katsumi Yamaoka <[email protected]>
Date:   Tue Jan 27 13:58:55 2015 +0000

    gnus-compat.el (string-bytes): Replace encode-coding-string with mm-encode-coding-string

diff --git a/lisp/gnus-compat.el b/lisp/gnus-compat.el
index d286ea1..1d8a2b3 100644
--- a/lisp/gnus-compat.el
+++ b/lisp/gnus-compat.el
@@ -150,7 +150,7 @@ one is kept."
 		    (ignore-errors
 		      (let (mucs-ignore-version-incompatibilities)
 			(require 'un-define))))
-		(encode-coding-string string 'utf-8)
+		(mm-encode-coding-string string 'utf-8)
 	      string))))
 
 (provide 'gnus-compat)

-----------------------------------------------------------------------
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 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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