소스 검색

Use eval-and-compile

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

+ 1
- 1
emacs.el 파일 보기

@@ -56,7 +56,7 @@ VALUE when defining SYMBOL."
"Require FEATURE if available.

At compile time the feature will be loaded immediately."
`(eval-when-compile
`(eval-and-compile
(require ,feature nil t)))

(defmacro autoload-eval-lazily (feature &optional functions &rest body)


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