Changeset 854
- Timestamp:
- Jul 31, 2004, 4:52:35 PM (20 years ago)
- Location:
- trunk/ccl/hemlock/src
- Files:
-
- 2 edited
-
lispbuf.lisp (modified) (1 diff)
-
lispmode.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/hemlock/src/lispbuf.lisp
r6 r854 44 44 (t 45 45 (message 46 "Ignoring \"package\" file option -- cannot convert to a string.")))))) 46 "Ignoring \"package\" file option -- cannot convert to a string.")))) 47 :hooks (list 'package-name-change-hook))) 47 48 48 49 -
trunk/ccl/hemlock/src/lispmode.lisp
r803 r854 1749 1749 "The package used for evaluation of Lisp in this buffer." 1750 1750 :buffer buffer 1751 :value "CL-USER"))) 1751 :value "CL-USER" 1752 :hooks (list 'package-name-change-hook)))) 1752 1753 1753 1754
Note:
See TracChangeset
for help on using the changeset viewer.
