(struct buffer): New field `invisibility_spec'.
authorRichard M. Stallman <rms@gnu.org>
Sat, 11 Mar 1995 22:35:30 +0000 (22:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 11 Mar 1995 22:35:30 +0000 (22:35 +0000)
src/buffer.h

index c19e4f3..af3dd04 100644 (file)
@@ -389,6 +389,12 @@ struct buffer
 
     /* Truename of the visited file, or nil.  */
     Lisp_Object file_truename;
+
+    /* Invisibility spec of this buffer.
+       t => any non-nil `invisible' property means invisible.
+       A list => `invisible' property means invisible
+                 if it is memq in that list.  */
+    Lisp_Object invisibility_spec;
   };
 \f
 /* This points to the current buffer.  */