aboutsummaryrefslogtreecommitdiffstats
path: root/src/macselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/macselect.c')
-rw-r--r--src/macselect.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/macselect.c b/src/macselect.c
index 3afea1e9813..67a28cf9e64 100644
--- a/src/macselect.c
+++ b/src/macselect.c
@@ -594,11 +594,9 @@ x_get_local_selection (selection_symbol, target_type, local_request)
594 && INTEGERP (XCAR (XCDR (check))) 594 && INTEGERP (XCAR (XCDR (check)))
595 && NILP (XCDR (XCDR (check)))))) 595 && NILP (XCDR (XCDR (check))))))
596 return value; 596 return value;
597 else 597
598 return 598 signal_error ("Invalid data returned by selection-conversion function",
599 Fsignal (Qerror, 599 list2 (handler_fn, value));
600 Fcons (build_string ("invalid data returned by selection-conversion function"),
601 Fcons (handler_fn, Fcons (value, Qnil))));
602} 600}
603 601
604 602