FIX: missing paren
authorSteve Youngs <steve@sxemacs.org>
Sun, 29 May 2016 01:38:48 +0000 (11:38 +1000)
committerSteve Youngs <steve@sxemacs.org>
Sun, 29 May 2016 01:38:48 +0000 (11:38 +1000)
Signed-off-by: Steve Youngs <steve@sxemacs.org>
lisp/ffi/ffi-curl.el

index 6454ffb..fa10978 100644 (file)
@@ -263,7 +263,7 @@ works with HTTP URLs."
         (read-file-name "Local file: " default-directory
                         (make-temp-name
                          (expand-file-name "curl:downloaded:"
-                                           (temp-directory)))))
+                                           (temp-directory))))))
   (when current-prefix-arg
     ;; In case of C-u
     (and (y-or-n-p (format "Only download %s's HTTP header? "