emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/eval.c,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/eval.c,v
Date: Fri, 08 Sep 2006 12:11:50 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/09/08 12:11:49

Index: eval.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/eval.c,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -b -r1.272 -r1.273
--- eval.c      2 Sep 2006 13:40:16 -0000       1.272
+++ eval.c      8 Sep 2006 12:11:49 -0000       1.273
@@ -1904,6 +1904,9 @@
          max_specpdl_size--;
        }
       if (! no_debugger
+         /* Don't try to run the debugger with interrupts blocked.
+            The editing loop would return anyway.  */
+         && ! INPUT_BLOCKED_P
          && (EQ (sig_symbol, Qquit)
              ? debug_on_quit
              : wants_debugger (Vdebug_on_error, conditions))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]