Function: bytecomp--report-comma

bytecomp--report-comma is a byte-compiled function defined in bytecomp.el.gz.

Signature

(bytecomp--report-comma FORM &rest IGNORE)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defun bytecomp--report-comma (form &rest _ignore)
  (macroexp-warn-and-return
   (format-message "`%s' called -- perhaps used not within backquote"
                   (car form))
   form (list 'suspicious (car form)) t))