Changeset 854


Ignore:
Timestamp:
Jul 31, 2004, 4:52:35 PM (20 years ago)
Author:
Gary Byers
Message:

package-name-change-hook

Location:
trunk/ccl/hemlock/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/hemlock/src/lispbuf.lisp

    r6 r854  
    4444       (t
    4545        (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)))
    4748
    4849
  • trunk/ccl/hemlock/src/lispmode.lisp

    r803 r854  
    17491749      "The package used for evaluation of Lisp in this buffer."
    17501750      :buffer buffer
    1751       :value "CL-USER")))
     1751      :value "CL-USER"
     1752      :hooks (list 'package-name-change-hook))))
    17521753
    17531754
Note: See TracChangeset for help on using the changeset viewer.