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 tramp-goa-account-host.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-gvfs.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
((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)))
(t) nil "compiler-macro for `tramp-goa-account-host'."]