Function: auth-source-do-debug
auth-source-do-debug is a byte-compiled function defined in
auth-source.el.gz.
Signature
(auth-source-do-debug &rest MSG)
Source Code
;; Defined in /usr/src/emacs/lisp/auth-source.el.gz
(defun auth-source-do-debug (&rest msg)
(when auth-source-debug
(apply #'auth-source-do-warn msg)))