changeset 10966:e55f4cc120b6

(struct buffer): New field `invisibility_spec'.
author Richard M. Stallman <rms@gnu.org>
date Sat, 11 Mar 1995 22:35:30 +0000
parents 1ade2d8b0ae9
children b53b84b6f46d
files src/buffer.h
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.h	Sat Mar 11 22:34:35 1995 +0000
+++ b/src/buffer.h	Sat Mar 11 22:35:30 1995 +0000
@@ -389,6 +389,12 @@
 
     /* 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;
   };
 
 /* This points to the current buffer.  */