comparison src/xselect.c @ 69282:a072ac3cca3f

(x_catch_errors_unwind): Fix missing return value.
author Andreas Schwab <schwab@suse.de>
date Sun, 05 Mar 2006 10:46:31 +0000
parents b9ad41f39bf6
children e650d66ac6db 414faf8dce4e a7364c1a561e
comparison
equal deleted inserted replaced
69281:38630d271c43 69282:a072ac3cca3f
618 Lisp_Object dummy; 618 Lisp_Object dummy;
619 { 619 {
620 BLOCK_INPUT; 620 BLOCK_INPUT;
621 x_uncatch_errors (); 621 x_uncatch_errors ();
622 UNBLOCK_INPUT; 622 UNBLOCK_INPUT;
623 return Qnil;
623 } 624 }
624 625
625 626
626 /* This stuff is so that INCR selections are reentrant (that is, so we can 627 /* This stuff is so that INCR selections are reentrant (that is, so we can
627 be servicing multiple INCR selection requests simultaneously.) I haven't 628 be servicing multiple INCR selection requests simultaneously.) I haven't