Function: make-erc-networks--id--cmacro

make-erc-networks--id--cmacro is a function defined in erc-networks.el.gz.

Signature

(make-erc-networks--id--cmacro CL-WHOLE &cl-quote &key TS SYMBOL)

Documentation

compiler-macro for make-erc-networks--id.

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)))))
     (progn
       (let ((--cl-keys-- --cl-rest--))
	 (while --cl-keys--
	   (cond
	    ((memq (car --cl-keys--) '(:ts :symbol :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)"
		    (car --cl-keys--))))))
       (cl-block make-erc-networks--id--cmacro
	 (cl--defsubst-expand '(ts symbol)
			      '(cl-block make-erc-networks--id
				 (record 'erc-networks--id ts symbol))
			      nil cl-whole nil ts symbol)))))
  (cl-struct-erc-networks--id-tags) nil
  "compiler-macro for `make-erc-networks--id'.\n\n(fn CL-WHOLE &cl-quote &key TS SYMBOL)"]