[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xselect.c
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/src/xselect.c |
Date: |
Thu, 11 Jul 2002 10:17:43 -0400 |
Index: emacs/src/xselect.c
diff -c emacs/src/xselect.c:1.121 emacs/src/xselect.c:1.122
*** emacs/src/xselect.c:1.121 Wed Jul 10 04:42:30 2002
--- emacs/src/xselect.c Thu Jul 11 10:17:43 2002
***************
*** 414,420 ****
/* Don't allow a quit within the converter.
When the user types C-g, he would be surprised
if by luck it came during a converter. */
! count = specpdl_ptr - specpdl;
specbind (Qinhibit_quit, Qt);
CHECK_SYMBOL (target_type);
--- 414,420 ----
/* Don't allow a quit within the converter.
When the user types C-g, he would be surprised
if by luck it came during a converter. */
! count = SPECPDL_INDEX ();
specbind (Qinhibit_quit, Qt);
CHECK_SYMBOL (target_type);
***************
*** 1074,1080 ****
struct prop_location *location;
{
int secs, usecs;
! int count = specpdl_ptr - specpdl;
Lisp_Object tem;
tem = Fcons (Qnil, Qnil);
--- 1074,1080 ----
struct prop_location *location;
{
int secs, usecs;
! int count = SPECPDL_INDEX ();
Lisp_Object tem;
tem = Fcons (Qnil, Qnil);