Function: isearch--state-other-end--cmacro
isearch--state-other-end--cmacro is a function defined in
isearch.el.gz.
Signature
(isearch--state-other-end--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for inlining isearch--state-other-end.
Source Code
;; Defined in /usr/src/emacs/lisp/isearch.el.gz
;; Closure converted to defun by helpful.
(defun isearch--state-other-end--cmacro
(_cl-whole-arg cl-x)
"compiler-macro for inlining `isearch--state-other-end'."
(cl-block isearch--state-other-end--cmacro
(cl--defsubst-expand
'(cl-x)
'(cl-block isearch--state-other-end
(progn
(or
(isearch--state-p cl-x)
(signal 'wrong-type-argument
(list 'isearch--state cl-x)))
(aref cl-x 6)))
nil nil nil cl-x)))