Function: mh-mime-part-index-hash--cmacro

mh-mime-part-index-hash--cmacro is a function defined in mh-mime.el.gz.

Signature

(mh-mime-part-index-hash--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for inlining mh-mime-part-index-hash.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-mime.el.gz
;; Closure converted to defun by helpful.
(defun mh-mime-part-index-hash--cmacro
    (_cl-whole-arg cl-x)
  "compiler-macro for inlining `mh-mime-part-index-hash'."
  (cl-block mh-mime-part-index-hash--cmacro
    (cl--defsubst-expand
     '(cl-x)
     '(cl-block mh-mime-part-index-hash
	(progn
	  (or
	   (mh-buffer-data-p cl-x)
	   (signal 'wrong-type-argument
		   (list 'mh-buffer-data cl-x)))
	  (aref cl-x 4)))
     nil nil nil cl-x)))