Changeset 607
- Timestamp:
- Mar 1, 2004, 4:52:11 PM (21 years ago)
- Location:
- trunk/ccl/hemlock/src
- Files:
-
- 2 edited
-
main.lisp (modified) (1 diff)
-
modeline.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/hemlock/src/main.lisp
r6 r607 164 164 and vice versa. It takes the buffer and the new value for modification 165 165 flag.") 166 (defhvar "Buffer Package Hook" 167 "This hook is called with the new package name whenever a (Lisp) buffer's package changes") 166 168 (defhvar "Set Buffer Hook" 167 169 "This hook is called with the new buffer when the current buffer is set.") -
trunk/ccl/hemlock/src/modeline.lisp
r597 r607 239 239 (add-hook hemlock::buffer-pathname-hook 'queue-buffer-change) 240 240 (add-hook hemlock::buffer-modified-hook 'queue-buffer-change) 241 (add-hook hemlock::242 241 (add-hook hemlock::window-buffer-hook 'queue-window-change)) 243 242
Note:
See TracChangeset
for help on using the changeset viewer.
