Changeset 802


Ignore:
Timestamp:
Apr 30, 2004, 7:30:51 PM (21 years ago)
Author:
Gary Byers
Message:

Clear echo area on entry to command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/hemlock/src/interp.lisp

    r699 r802  
    452452               (progn
    453453                 (unless (eq *current-buffer* *echo-area-buffer*)
    454                    (when (buffer-modified *echo-area-buffer*) (clear-echo-area))
    455454                   (unless (or (zerop (length cmd))
    456455                               (not (value hemlock::key-echo-delay)))
     
    469468                       (command
    470469                        (let ((punt t))
     470                          (clear-echo-area)
    471471                          (catch 'command-loop-catcher
    472472                            (dolist (c t-bindings)
Note: See TracChangeset for help on using the changeset viewer.