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