Function: bytecomp--warn-dodgy-eq-arg
bytecomp--warn-dodgy-eq-arg is a byte-compiled function defined in
bytecomp.el.gz.
Signature
(bytecomp--warn-dodgy-eq-arg FORM TYPE PARENTHESIS)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defun bytecomp--warn-dodgy-eq-arg (form type parenthesis)
(macroexp-warn-and-return
(format-message "`%s' called with literal %s that may never match (%s)"
(car form) type parenthesis)
form (list 'suspicious (car form)) t))