Function: frameset-version
frameset-version is a byte-compiled function defined in
frameset.el.gz.
Signature
(frameset-version FRAMESET)
Documentation
Return the version number of FRAMESET.
It is an integer that identifies the format of the frameset struct. This slot cannot be modified.
Source Code
;; Defined in /usr/src/emacs/lisp/frameset.el.gz
(put 'frameset-version 'function-documentation
"Return the version number of FRAMESET.\n
It is an integer that identifies the format of the frameset struct.
This slot cannot be modified.\n\n(fn FRAMESET)")