Show
Ignore:
Timestamp:
08/18/06 08:35:31 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/emacs-lisp/edebug.el

    r4111 r4148  
    25572557        (edebug-outside-point (point)) 
    25582558        (edebug-outside-mark (edebug-mark)) 
     2559        (edebug-outside-unread-command-events unread-command-events) 
    25592560        edebug-outside-windows          ; window or screen configuration 
    25602561        edebug-buffer-points 
     
    25752576              (cursor-in-echo-area nil) 
    25762577              (default-cursor-in-non-selected-windows t) 
     2578              (unread-command-events unread-command-events) 
    25772579              ;; any others?? 
    25782580              ) 
     
    26632665           (t (message ""))) 
    26642666 
     2667          (setq unread-command-events nil) 
    26652668          (if (eq 'after edebug-arg-mode) 
    26662669              (progn 
     
    26822685            (edebug-sit-for edebug-sit-for-seconds)) ; Force update and pause. 
    26832686           ((eq edebug-execution-mode 'Trace-fast) 
    2684             (edebug-sit-for 0))         ; Force update and continue. 
    2685            ) 
     2687            (edebug-sit-for 0)))                ; Force update and continue. 
    26862688 
    26872689          (unwind-protect 
     
    27792781      ;; Reset global variables to outside values in case they were changed. 
    27802782      (setq 
     2783       unread-command-events edebug-outside-unread-command-events 
    27812784       overlay-arrow-position edebug-outside-o-a-p 
    27822785       overlay-arrow-string edebug-outside-o-a-s 
     
    28692872        (edebug-outside-last-input-event last-input-event) 
    28702873        (edebug-outside-last-command-event last-command-event) 
    2871         (edebug-outside-unread-command-events unread-command-events) 
    28722874        (edebug-outside-last-event-frame last-event-frame) 
    28732875        (edebug-outside-last-nonmenu-event last-nonmenu-event) 
     
    28912893              (last-input-event nil) 
    28922894              (last-command-event nil) 
    2893               (unread-command-events nil) 
    28942895              (last-event-frame nil) 
    28952896              (last-nonmenu-event nil) 
     
    29512952       this-command edebug-outside-this-command 
    29522953       unread-command-char edebug-outside-unread-command-char 
    2953        unread-command-events edebug-outside-unread-command-events 
    29542954       current-prefix-arg edebug-outside-current-prefix-arg 
    29552955       last-input-char edebug-outside-last-input-char