瀏覽代碼

require url within download-file

pull/1/head
10sr 11 年之前
父節點
當前提交
b1fa45f17d
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el 查看文件

@@ -72,6 +72,7 @@ otherwise the path where the library installed."
(defun download-file (url path &optional ok-if-already-exists)
"Download file from URL and output to PATH."
(or (ignore-errors
(require 'url)
(url-copy-file url
path
ok-if-already-exists)


Loading…
取消
儲存