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