소스 검색

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))


불러오는 중...
취소
저장