Changeset 15020
- Timestamp:
- Oct 12, 2011, 8:57:23 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/cocoa-ide/cocoa-listener.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/cocoa-ide/cocoa-listener.lisp
r14996 r15020 256 256 (defloadvar *first-listener* t) 257 257 258 (defun new-cocoa-listener-process (procname window &key (class 'cocoa-listener-process) initargs) 258 (defun new-cocoa-listener-process (procname window &key (class 'cocoa-listener-process) 259 (initial-function 'ccl::listener-function) 260 initargs) 259 261 (declare (special *standalone-cocoa-ide*)) 260 262 (let* ((input-stream (make-instance 'cocoa-listener-input-stream)) … … 285 287 (ccl::startup-ccl (ccl::application-init-file ccl::*application*)) 286 288 (ui-object-note-package *nsapp* *package*)) 287 ( ccl::listener-function))289 (funcall initial-function)) 288 290 :echoing nil 289 291 :class class
Note:
See TracChangeset
for help on using the changeset viewer.
