Function: wallpaper-debug
wallpaper-debug is a byte-compiled function defined in
wallpaper.el.gz.
Signature
(wallpaper-debug &rest ARGS)
Source Code
;; Defined in /usr/src/emacs/lisp/image/wallpaper.el.gz
(defun wallpaper-debug (&rest args)
(when wallpaper-debug
(apply #'message
(concat "wallpaper-debug: " (car args))
(cdr args))))