소스 검색

emacs.el: Fix fetch-library-enabled-p bug

pull/2/head
10sr 9 년 전
부모
커밋
48d5303083
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el 파일 보기

@@ -91,7 +91,7 @@ FORCE-DOWNLOAD-P) will be ignored."
(< 0
(length dryrun)))
(setq fetch-library-enabled-p
t)
nil)
(message "EMACS_EL_DRY_RUN is set. Skip fetching libraries.")))

(defun download-file (url path &optional ok-if-already-exists)


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