Function: make-erc--isupport-data--cmacro
make-erc--isupport-data--cmacro is a function defined in
erc-common.el.gz.
Signature
(make-erc--isupport-data--cmacro CL-WHOLE &cl-quote &key KEY)
Documentation
compiler-macro for make-erc--isupport-data.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-common.el.gz
;; Could not find source code, showing raw function object.
#[(cl-whole &rest --cl-rest--)
((let* ((key (car (cdr (plist-member --cl-rest-- ':key)))))
(progn
(let ((--cl-keys-- --cl-rest--))
(while --cl-keys--
(cond
((memq (car --cl-keys--) '(:key :allow-other-keys))
(unless (cdr --cl-keys--)
(error "Missing argument for %s" (car --cl-keys--)))
(setq --cl-keys-- (cdr (cdr --cl-keys--))))
((car (cdr (memq ':allow-other-keys --cl-rest--)))
(setq --cl-keys-- nil))
(t
(error "Keyword argument %S not one of (:key)"
(car --cl-keys--))))))
(cl-block make-erc--isupport-data--cmacro
(cl--defsubst-expand '(key)
'(cl-block make-erc--isupport-data
(record 'erc--isupport-data key))
nil cl-whole nil key)))))
(cl-struct-erc--isupport-data-tags) nil
"compiler-macro for `make-erc--isupport-data'.\n\n(fn CL-WHOLE &cl-quote &key KEY)"]