comparison src/xselect.c @ 90361:a7364c1a561e

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-40 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 135-143) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 49-55) - Merge from emacs--devo--0 - Update from CVS - Update from CVS: Makefile.in (release-*): New targets.
author Miles Bader <miles@gnu.org>
date Thu, 09 Mar 2006 07:15:37 +0000
parents 5754737d1e04 a072ac3cca3f
children 8a8e69664178
comparison
equal deleted inserted replaced
90360:23b7c43b24ce 90361:a7364c1a561e
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