Changeset 472


Ignore:
Timestamp:
Feb 6, 2004, 11:27:19 AM (21 years ago)
Author:
Gary Byers
Message:

WITH-TERMINAL-INPUT changed slightly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/macros.lisp

    r459 r472  
    25952595      (unwind-protect
    25962596           (progn ,@body)
    2597         (if ,got-it (%restore-terminal-input))))))
     2597        (%restore-terminal-input ,got-it)))))
    25982598
    25992599(defmacro do-unexhausted-lisp-threads ((thread) &body body)
Note: See TracChangeset for help on using the changeset viewer.