Changeset 7364 for trunk/ccl/level-1/l1-application.lisp
- Timestamp:
- Oct 5, 2007, 8:23:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-application.lisp
r7281 r7364 293 293 294 294 (defmethod application-init-file ((app lisp-development-system)) 295 "home:openmcl-init")296 295 #+clozure-common-lisp "home:ccl-init" ;; This is the init file loaded before cocoa. 296 #-clozure-common-lisp "home:openmcl-init") 297 297 298 298 (defmethod application-error ((a application) condition error-pointer)
Note: See TracChangeset
for help on using the changeset viewer.