瀏覽代碼

fix bug

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

+ 4
- 4
emacs.el 查看文件

@@ -50,10 +50,10 @@ otherwise the path where the library installed."
(if (or force-download-p (not locate-p))
(progn (condition-case nil
(progn (message "Downloading %s..." url)
(require 'url)
(url-copy-file url
lpath
t)
(or (download-file url
lpath
t)
(error "Download failed"))
(message "Downloading %s...done")
(when (and byte-compile-p
(require 'bytecomp nil t))


Loading…
取消
儲存