浏览代码

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)


正在加载...
取消
保存