Changeset 14699
- Timestamp:
- Mar 25, 2011, 3:36:08 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/cocoa-ide/cocoa-listener.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/cocoa-ide/cocoa-listener.lisp
r14661 r14699 864 864 (ccl::read-toplevel-form (underlying-input-stream s) :eof-value eof-value)) 865 865 866 (defmethod enqueue-toplevel-form ((s deferred-cocoa-listener-input-stream) string &rest args )866 (defmethod enqueue-toplevel-form ((s deferred-cocoa-listener-input-stream) string &rest args &key &allow-other-keys) 867 867 (apply #'enqueue-toplevel-form (underlying-input-stream s) string args)) 868 868
Note:
See TracChangeset
for help on using the changeset viewer.
