Function: jsonrpc--message
jsonrpc--message is a byte-compiled function defined in jsonrpc.el.gz.
Signature
(jsonrpc--message FORMAT &rest ARGS)
Documentation
Message out with FORMAT with ARGS.
Source Code
;; Defined in /usr/src/emacs/lisp/jsonrpc.el.gz
(defun jsonrpc--message (format &rest args)
"Message out with FORMAT with ARGS."
(message "[jsonrpc] %s" (apply #'format format args)))