comparison src/coding.c @ 83414:14a4eb789b45

Merged from miles@gnu.org--gnu-2005 (patch 169-173, 671-676) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-671 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-672 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-673 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-674 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-675 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-676 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-169 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-170 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-171 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-172 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-173 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-454
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 19 Dec 2005 19:57:22 +0000
parents be1f74bffc1d 3e443750ea4c
children b64b7e867d0a
comparison
equal deleted inserted replaced
83413:e26e2265dcc6 83414:14a4eb789b45
5354 kill. */ 5354 kill. */
5355 static Lisp_Object 5355 static Lisp_Object
5356 code_convert_region_unwind (arg) 5356 code_convert_region_unwind (arg)
5357 Lisp_Object arg; 5357 Lisp_Object arg;
5358 { 5358 {
5359 struct gcpro gcpro1;
5360 GCPRO1 (arg);
5361
5359 inhibit_pre_post_conversion = 0; 5362 inhibit_pre_post_conversion = 0;
5360 Vlast_coding_system_used = XCAR (arg); 5363 Vlast_coding_system_used = XCAR (arg);
5361 for (arg = XCDR (arg); ! NILP (arg); arg = XCDR (arg)) 5364 for (arg = XCDR (arg); ! NILP (arg); arg = XCDR (arg))
5362 Fkill_buffer (XCAR (arg)); 5365 Fkill_buffer (XCAR (arg));
5366
5367 UNGCPRO;
5363 return Qnil; 5368 return Qnil;
5364 } 5369 }
5365 5370
5366 /* Store information about all compositions in the range FROM and TO 5371 /* Store information about all compositions in the range FROM and TO
5367 of OBJ in memory blocks pointed by CODING->cmp_data. OBJ is a 5372 of OBJ in memory blocks pointed by CODING->cmp_data. OBJ is a