Changeset 6654
- Timestamp:
- Jun 3, 2007, 2:50:08 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ide-1.0/ccl/hemlock/src/cocoa-hemlock.lisp
r6596 r6654 92 92 (setq *last-key-event-typed* (event-queue-node-event e))) 93 93 (if (typep e 'buffer-operation) 94 (funcall (buffer-operation-thunk e))))) 94 (catch 'command-loop-catcher 95 (funcall (buffer-operation-thunk e)))))) 95 96 96 97 (defun listen-editor-input (q)
Note:
See TracChangeset
for help on using the changeset viewer.
