소스 검색

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)


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