Changeset 802
- Timestamp:
- Apr 30, 2004, 7:30:51 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/hemlock/src/interp.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/hemlock/src/interp.lisp
r699 r802 452 452 (progn 453 453 (unless (eq *current-buffer* *echo-area-buffer*) 454 (when (buffer-modified *echo-area-buffer*) (clear-echo-area))455 454 (unless (or (zerop (length cmd)) 456 455 (not (value hemlock::key-echo-delay))) … … 469 468 (command 470 469 (let ((punt t)) 470 (clear-echo-area) 471 471 (catch 'command-loop-catcher 472 472 (dolist (c t-bindings)
Note:
See TracChangeset
for help on using the changeset viewer.
