Index: /trunk/source/cocoa-ide/hemlock/src/package.lisp
===================================================================
--- /trunk/source/cocoa-ide/hemlock/src/package.lisp	(revision 13429)
+++ /trunk/source/cocoa-ide/hemlock/src/package.lisp	(revision 13430)
@@ -107,4 +107,5 @@
    #:buffer-delete-hook
    #:buffer-package
+   #:buffer-plist
    #:delete-buffer
    #:with-writable-buffer
Index: /trunk/source/cocoa-ide/hemlock/src/struct.lisp
===================================================================
--- /trunk/source/cocoa-ide/hemlock/src/struct.lisp	(revision 13429)
+++ /trunk/source/cocoa-ide/hemlock/src/struct.lisp	(revision 13430)
@@ -121,4 +121,5 @@
   (selection-set-by-command nil) ; boolean: true if selection set by (shifted) motion command.
   (%lines (make-array 10 :adjustable t :fill-pointer 0)) ;; all lines in the buffer
+  (plist ())                  ; plist for users
   )
 
