aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/frameset.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/frameset.el')
-rw-r--r--lisp/frameset.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frameset.el b/lisp/frameset.el
index 132cbcd4856..a347599bb51 100644
--- a/lisp/frameset.el
+++ b/lisp/frameset.el
@@ -156,7 +156,7 @@ a valid one, and the frameset version if it is valid."
156 (stringp (or (aref object 4) "")) ; NAME is a string or nil 156 (stringp (or (aref object 4) "")) ; NAME is a string or nil
157 (stringp (or (aref object 5) "")) ; DESCRIPTION is a string or nil 157 (stringp (or (aref object 5) "")) ; DESCRIPTION is a string or nil
158 (listp (aref object 6)) ; PROPERTIES is a list 158 (listp (aref object 6)) ; PROPERTIES is a list
159 (consp (aref object 7)) ; and STATES is non-nil 159 (listp (aref object 7)) ; and STATES is, too
160 (cl-every #'consp (aref object 7)) ; and an alist 160 (cl-every #'consp (aref object 7)) ; and an alist
161 (aref object 1))) ; return VERSION 161 (aref object 1))) ; return VERSION
162 162