emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104845: * coding.c (Fencode_coding_s


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104845: * coding.c (Fencode_coding_string): Record the last coding system
Date: Fri, 01 Jul 2011 13:03:55 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104845
fixes bug(s): http://debbugs.gnu.org/8738
author: Kazuhiro Ito <address@hidden>
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2011-07-01 13:03:55 +0200
message:
  * coding.c (Fencode_coding_string): Record the last coding system
  used, as the function doc string says.
modified:
  src/ChangeLog
  src/coding.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-07-01 09:18:46 +0000
+++ b/src/ChangeLog     2011-07-01 11:03:55 +0000
@@ -1,3 +1,8 @@
+2011-07-01  Kazuhiro Ito  <address@hidden>  (tiny patch)
+
+       * coding.c (Fencode_coding_string): Record the last coding system
+       used, as the function doc string says (bug#8738).
+
 2011-07-01  Jan Djärv  <address@hidden>
 
        * xsettings.c (store_monospaced_changed): Take new font as arg and

=== modified file 'src/coding.c'
--- a/src/coding.c      2011-06-19 18:44:09 +0000
+++ b/src/coding.c      2011-07-01 11:03:55 +0000
@@ -9000,7 +9000,7 @@
   (Lisp_Object string, Lisp_Object coding_system, Lisp_Object nocopy, 
Lisp_Object buffer)
 {
   return code_convert_string (string, coding_system, buffer,
-                             1, ! NILP (nocopy), 1);
+                             1, ! NILP (nocopy), 0);
 }
 
 


reply via email to

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