Function: frameset-timestamp

frameset-timestamp is a byte-compiled function defined in frameset.el.gz.

Signature

(frameset-timestamp FRAMESET)

Documentation

Return the creation timestamp of FRAMESET.

The value is in the format returned by current-time. This slot cannot be modified.

Source Code

;; Defined in /usr/src/emacs/lisp/frameset.el.gz
(put 'frameset-timestamp 'function-documentation
     "Return the creation timestamp of FRAMESET.\n
The value is in the format returned by `current-time'.
This slot cannot be modified.\n\n(fn FRAMESET)")