Changeset 551


Ignore:
Timestamp:
Feb 21, 2004, 5:15:49 PM (21 years ago)
Author:
Gary Byers
Message:

Buffers maybe have text-storage, but no windows list.

File:
1 edited

Legend:

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

    r6 r551  
    9393  (modified-tick -2)          ; The last time the buffer was modified.
    9494  (unmodified-tick -1)        ; The last time the buffer was unmodified
     95  #+clx
    9596  windows                     ; List of all windows into this buffer.
     97  #-clx
     98  text-storage                ; text storage object associated with this buffer
    9699  var-values                  ; the buffer's local variables
    97100  variables                   ; string-table of local variables
Note: See TracChangeset for help on using the changeset viewer.