comparison src/fileio.c @ 90320:8a1ee48a8386

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-26 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 119-122) - Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 26 Feb 2006 07:09:24 +0000
parents 7beb78bc1f8e ebfcb70d92d2
children e6bf73e43cf4
comparison
equal deleted inserted replaced
90319:c6cf8c705e11 90320:8a1ee48a8386
4395 - same_at_start_charpos); 4395 - same_at_start_charpos);
4396 insert_from_buffer (XBUFFER (conversion_buffer), 4396 insert_from_buffer (XBUFFER (conversion_buffer),
4397 same_at_start_charpos, inserted_chars, 0); 4397 same_at_start_charpos, inserted_chars, 0);
4398 /* Set `inserted' to the number of inserted characters. */ 4398 /* Set `inserted' to the number of inserted characters. */
4399 inserted = PT - temp; 4399 inserted = PT - temp;
4400 /* Set point before the inserted characters. */
4401 SET_PT_BOTH (temp, same_at_start);
4400 4402
4401 unbind_to (this_count, Qnil); 4403 unbind_to (this_count, Qnil);
4402 4404
4403 goto handled; 4405 goto handled;
4404 } 4406 }