Function: which-key--pages-height--cmacro

which-key--pages-height--cmacro is a function defined in which-key.el.gz.

Signature

(which-key--pages-height--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for which-key--pages-height.

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-height--cmacro
     (cl--defsubst-expand '(cl-x)
			  '(cl-block which-key--pages-height
			     (progn
			       (or (which-key--pages-p cl-x)
				   (signal 'wrong-type-argument
					   (list 'which-key--pages
						 cl-x)))
			       (aref cl-x 2)))
			  nil nil nil cl-x)))
  (t) nil "compiler-macro for `which-key--pages-height'."]