Function: prop-match-end--cmacro

prop-match-end--cmacro is a function defined in text-property-search.el.gz.

Signature

(prop-match-end--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for prop-match-end.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/text-property-search.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
  ((cl-block prop-match-end--cmacro
     (cl--defsubst-expand '(cl-x)
			  '(cl-block prop-match-end
			     (progn
			       (or (prop-match-p cl-x)
				   (signal 'wrong-type-argument
					   (list 'prop-match cl-x)))
			       (aref cl-x 2)))
			  nil nil nil cl-x)))
  (t) nil "compiler-macro for `prop-match-end'."]