emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/coding.c,v


From: Noah Friedman
Subject: [Emacs-diffs] Changes to emacs/src/coding.c,v
Date: Thu, 23 Oct 2008 06:55:21 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Noah Friedman <friedman>        08/10/23 06:55:20

Index: coding.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/coding.c,v
retrieving revision 1.393
retrieving revision 1.394
diff -u -b -r1.393 -r1.394
--- coding.c    21 Oct 2008 15:56:56 -0000      1.393
+++ coding.c    23 Oct 2008 06:55:14 -0000      1.394
@@ -6982,7 +6982,7 @@
     }
   else
     {
-      if (NILP (Vcode_conversion_reused_workbuf))
+      if (NILP (Fbuffer_live_p (Vcode_conversion_reused_workbuf)))
        Vcode_conversion_reused_workbuf
          = Fget_buffer_create (Vcode_conversion_workbuf_name);
       workbuf = Vcode_conversion_reused_workbuf;




reply via email to

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