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