comparison src/select.c @ 456:e7ef97881643 r21-2-43

Import from CVS: tag r21-2-43
author cvs
date Mon, 13 Aug 2007 11:41:24 +0200
parents 576fb035e263
children c33ae14dd6d0
comparison
equal deleted inserted replaced
455:5b97c1cd6ed0 456:e7ef97881643
278 /* have to do device specific stuff last so that methods can access the 278 /* have to do device specific stuff last so that methods can access the
279 selection_alist */ 279 selection_alist */
280 if (HAS_DEVMETH_P (XDEVICE (device), own_selection)) 280 if (HAS_DEVMETH_P (XDEVICE (device), own_selection))
281 selection_time = DEVMETH (XDEVICE (device), own_selection, 281 selection_time = DEVMETH (XDEVICE (device), own_selection,
282 (selection_name, selection_value, 282 (selection_name, selection_value,
283 how_to_add, data_type)); 283 how_to_add, data_type, !NILP (prev_value)));
284 else 284 else
285 selection_time = Qnil; 285 selection_time = Qnil;
286 286
287 Fsetcar (XCDR (XCDR (selection_data)), selection_time); 287 Fsetcar (XCDR (XCDR (selection_data)), selection_time);
288 288