This commit is contained in:
zdm 2020-02-15 11:18:55 -07:00
parent f8fbef93a7
commit a568d9687a

View File

@ -80,7 +80,7 @@ and ending points."
(apply 'write-region (append content (list file))))
(defun emacs-upload/list-curl-forms (file)
"Generate a list curl forms"
"Generate a list of curl forms"
(if (cddr emacs-upload/host)
(let* ((forms (mapcan (lambda (form) (list "-F" form)) (rest emacs-upload/host)))
(file-form (car (last forms))))