Function: frameset-app--cmacro
frameset-app--cmacro is a function defined in frameset.el.gz.
Signature
(frameset-app--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for frameset-app.
Source Code
;; Defined in /usr/src/emacs/lisp/frameset.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
((cl-block frameset-app--cmacro
(cl--defsubst-expand '(cl-x)
'(cl-block frameset-app
(progn
(or (frameset-p cl-x)
(signal 'wrong-type-argument
(list 'frameset cl-x)))
(aref cl-x 3)))
nil nil nil cl-x)))
(t) nil "compiler-macro for `frameset-app'."]