Changeset 14537
- Timestamp:
- Dec 30, 2010, 3:50: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
r14234 r14537 112 112 (t 113 113 (destructuring-bind (string package-name pathname offset) val 114 ;; This env is used both for read and eval. *nx-source-note-map* is for the latter. 115 (let ((env (cons '(*loading-file-source-file* *loading-toplevel-location* ccl::*nx-source-note-map*) 116 (list pathname nil source-map)))) 114 ;; This env is used both for read and eval. 115 (let ((env (cons '(*loading-file-source-file* *load-pathname* *load-truename* *loading-toplevel-location* 116 ccl::*nx-source-note-map*) 117 (list pathname pathname (and pathname (or (probe-file pathname) pathname)) nil 118 source-map)))) 117 119 (when package-name 118 120 (push '*package* (car env))
Note:
See TracChangeset
for help on using the changeset viewer.
