Changeset 607


Ignore:
Timestamp:
Mar 1, 2004, 4:52:11 PM (21 years ago)
Author:
Gary Byers
Message:

Fix typos, start to introduce package-changed hooks.

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

Legend:

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

    r6 r607  
    164164     and vice versa.  It takes the buffer and the new value for modification
    165165     flag.")
     166  (defhvar "Buffer Package Hook"
     167      "This hook is called with the new package name whenever a (Lisp) buffer's package changes")
    166168  (defhvar "Set Buffer Hook"
    167169    "This hook is called with the new buffer when the current buffer is set.")
  • trunk/ccl/hemlock/src/modeline.lisp

    r597 r607  
    239239  (add-hook hemlock::buffer-pathname-hook 'queue-buffer-change)
    240240  (add-hook hemlock::buffer-modified-hook 'queue-buffer-change)
    241   (add-hook hemlock::
    242241  (add-hook hemlock::window-buffer-hook 'queue-window-change))
    243242
Note: See TracChangeset for help on using the changeset viewer.