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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Wed, 14 Dec 2005 00:42:40 +0000

Index: emacs/src/coding.c
diff -u emacs/src/coding.c:1.325 emacs/src/coding.c:1.326
--- emacs/src/coding.c:1.325    Wed Sep 14 07:05:43 2005
+++ emacs/src/coding.c  Wed Dec 14 00:42:40 2005
@@ -5360,10 +5360,15 @@
 code_convert_region_unwind (arg)
      Lisp_Object arg;
 {
+  struct gcpro gcpro1;
+  GCPRO1 (arg);
+
   inhibit_pre_post_conversion = 0;
   Vlast_coding_system_used = XCAR (arg);
   for (arg = XCDR (arg); ! NILP (arg); arg = XCDR (arg))
     Fkill_buffer (XCAR (arg));
+
+  UNGCPRO;
   return Qnil;
 }
 




reply via email to

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