diff 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
line wrap: on
line diff
--- a/src/select.c	Mon Aug 13 11:40:56 2007 +0200
+++ b/src/select.c	Mon Aug 13 11:41:24 2007 +0200
@@ -280,7 +280,7 @@
   if (HAS_DEVMETH_P (XDEVICE (device), own_selection))
     selection_time = DEVMETH (XDEVICE (device), own_selection,
 			      (selection_name, selection_value,
-			       how_to_add, data_type));
+			       how_to_add, data_type, !NILP (prev_value)));
   else
     selection_time = Qnil;