Changeset 6654


Ignore:
Timestamp:
Jun 3, 2007, 2:50:08 AM (17 years ago)
Author:
Gary Byers
Message:

Wrap a CATCH around "buffer operation" execution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/hemlock/src/cocoa-hemlock.lisp

    r6596 r6654  
    9292        (setq *last-key-event-typed* (event-queue-node-event e)))
    9393    (if (typep e 'buffer-operation)
    94       (funcall (buffer-operation-thunk e)))))
     94      (catch 'command-loop-catcher
     95        (funcall (buffer-operation-thunk e))))))
    9596
    9697(defun listen-editor-input (q)
Note: See TracChangeset for help on using the changeset viewer.