瀏覽代碼

emacs.el: Fix typo in download-file

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

+ 2
- 2
emacs.el 查看文件

@@ -80,11 +80,11 @@ IF OK-IF-ALREADY-EXISTS is true force download."
(let ((curl (executable-find "curl"))
(wget (executable-find "wget")))
(cond (wget
(if (and (not of-if-already-exists)
(if (and (not ok-if-already-exists)
(file-exists-p path))
nil
(and (eq 0
(call-process curl
(call-process wget
nil
nil
nil


Loading…
取消
儲存