summaryrefslogtreecommitdiff
path: root/cider-common.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-09-25 14:33:06 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-09-25 14:33:06 +0100
commit9461c4a300fe713d0319f2fdaf59d073428d61fd (patch)
tree26df4023f074894c1639f4acc76bd4be20f817b8 /cider-common.el
parent8505aae64b2e2feb31a4f9c03169c4b9ca90d4f6 (diff)
Fix some bad declares
Diffstat (limited to 'cider-common.el')
-rw-r--r--cider-common.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-common.el b/cider-common.el
index 30ac8f1f..a12a57a7 100644
--- a/cider-common.el
+++ b/cider-common.el
@@ -81,7 +81,7 @@ OTHER-WINDOW is passed to `cider-jamp-to'."
(cider-jump-to buffer (if line (cons line nil) name) other-window)
(error "No source location"))))
-(declare-function url-filename "url-parse")
+(declare-function url-filename "url-parse" (cl-x) t)
(defun cider--url-to-file (url)
"Return the filename from the resource URL.