Function: make-erc-networks--id-qualifying--cmacro
make-erc-networks--id-qualifying--cmacro is a function defined in
erc-networks.el.gz.
Signature
(make-erc-networks--id-qualifying--cmacro CL-WHOLE &cl-quote &key TS SYMBOL PARTS LEN)
Documentation
compiler-macro for make-erc-networks--id-qualifying.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-networks.el.gz
;; Could not find source code, showing raw function object.
#[(cl-whole &rest --cl-rest--)
((let*
((ts (car (cdr (plist-member --cl-rest-- ':ts))))
(symbol (car (cdr (plist-member --cl-rest-- ':symbol))))
(parts (car (cdr (plist-member --cl-rest-- ':parts))))
(len
(car (cdr (or (plist-member --cl-rest-- ':len) '(nil 0))))))
(progn
(let ((--cl-keys-- --cl-rest--))
(while --cl-keys--
(cond
((memq (car --cl-keys--)
'(:ts :symbol :parts :len :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 (:ts :symbol :parts :len)"
(car --cl-keys--))))))
(cl-block make-erc-networks--id-qualifying--cmacro
(cl--defsubst-expand '(ts symbol parts len)
'(cl-block
make-erc-networks--id-qualifying
(record 'erc-networks--id-qualifying
ts symbol parts len))
nil cl-whole nil ts symbol parts len)))))
(t) nil
"compiler-macro for `make-erc-networks--id-qualifying'.\n\n(fn CL-WHOLE &cl-quote &key TS SYMBOL PARTS LEN)"]