emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/mule.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule.el,v
Date: Wed, 23 Jul 2008 22:40:08 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/07/23 22:40:07

Index: mule.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/international/mule.el,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -b -r1.272 -r1.273
--- mule.el     29 May 2008 22:58:58 -0000      1.272
+++ mule.el     23 Jul 2008 22:40:07 -0000      1.273
@@ -2049,7 +2049,9 @@
   (save-restriction
     (narrow-to-region start end)
     (encode-coding-region (point-min) (point-max) coding)
-    (decode-coding-region (point-min) (point-max) new-coding)))
+    (decode-coding-region (point-min) (point-max) new-coding))
+  (if (region-active-p)
+      (deactivate-mark)))
 
 (defun make-translation-table (&rest args)
   "Make a translation table from arguments.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]