Remove unused local variable

master
Elis Hirwing 9 years ago
parent ac2470159c
commit 7c3bc88a98
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F
  1. 2
      webpaste.el

@ -200,7 +200,7 @@ precalculated, and also available both for pre and post request access.")
(webpaste--paste-text text))))
(cl-defun webpaste--providers-error-lambda-no-failover (&key text)
(cl-defun webpaste--providers-error-lambda-no-failover (&rest)
"Predefined error callback for providers that shouldn't do failover."
(cl-function (lambda (&key error-thrown &allow-other-keys)
(message "Got error: %S" error-thrown))))

Loading…
Cancel
Save