emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111640: Simplify part of previous Fw


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111640: Simplify part of previous Fwrite_region change
Date: Thu, 31 Jan 2013 08:53:37 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111640
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-01-31 08:53:37 -0800
message:
  Simplify part of previous Fwrite_region change
modified:
  src/fileio.c
=== modified file 'src/fileio.c'
--- a/src/fileio.c      2013-01-31 06:35:45 +0000
+++ b/src/fileio.c      2013-01-31 16:53:37 +0000
@@ -4881,10 +4881,9 @@
      We used to make this choice before calling build_annotations, but that
      leads to problems when a write-annotate-function takes care of
      unsavable chars (as was the case with X-Symbol).  */
-  Vlast_coding_system_used = NILP (Vcoding_system_for_write) ?
+  Vlast_coding_system_used =
     Fchoose_write_coding_system (start, end, filename,
-                                append, visit, lockname) :
-    Vcoding_system_for_write;
+                                 append, visit, lockname);
 
   setup_coding_system (Vlast_coding_system_used, &coding);
 


reply via email to

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