diff lisp/ChangeLog @ 103016:15551118906e

epa-file: fix garble with decode-coding-inserted-region * epa-file.el (epa-file-decode-and-insert): Use string-to-multibyte instead of set-buffer-multibyte.
author Daiki Ueno <ueno@unixuser.org>
date Sat, 18 Apr 2009 04:55:50 +0000
parents 5c993497b6ee
children 7fb0884440b3
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Apr 18 03:44:57 2009 +0000
+++ b/lisp/ChangeLog	Sat Apr 18 04:55:50 2009 +0000
@@ -1,3 +1,9 @@
+2009-04-18  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>
+
+	* epa-file.el (epa-file-decode-and-insert): Use
+	string-to-multibyte instead of set-buffer-multibyte.
+	<http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=15259>
+
 2009-04-18  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
 
 	* net/rcirc.el (rcirc): Use correct property names (Bug#3037).