]> git.eshelyaron.com Git - emacs.git/commitdiff
* emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
authorChong Yidong <cyd@stupidchicken.com>
Fri, 11 Aug 2006 14:11:10 +0000 (14:11 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 11 Aug 2006 14:11:10 +0000 (14:11 +0000)
restore unread-command-events here.
(edebug-display): Do it here, to detect sit-for interruptions.

lisp/ChangeLog

index 7bb97d09b863ce1930ea10141f65694080edf043..775b5dcfd055cd75ba9a1f0f6d20de95359edace 100644 (file)
@@ -1,3 +1,9 @@
+2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
+       restore unread-command-events here.
+       (edebug-display): Do it here, to detect sit-for interruptions.
+
 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * textmodes/dns-mode.el (dns-mode): Use before-save-hook.