Function: which-key--pages-p--cmacro
which-key--pages-p--cmacro is a function defined in which-key.el.gz.
Signature
(which-key--pages-p--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for which-key--pages-p.
Source Code
;; Defined in /usr/src/emacs/lisp/which-key.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
((cl-block which-key--pages-p--cmacro
(cl--defsubst-expand '(cl-x)
'(cl-block which-key--pages-p
(and
(memq (type-of cl-x)
cl-struct-which-key--pages-tags)
t))
nil nil nil cl-x)))
(t) nil "compiler-macro for `which-key--pages-p'."]