瀏覽代碼

emacs.el: with-eval-after-load polyfill: Add debug t

pull/15/head
10sr 8 年之前
父節點
當前提交
9a4bbb5b7c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el 查看文件

@@ -34,7 +34,7 @@
;; polyfill for Emacs < 24.4
(defmacro with-eval-after-load (file &rest body)
"Execute BODY after FILE is loaded."
(declare (indent 1))
(declare (indent 1) (debug t))
`(eval-after-load ,file (quote (progn ,@body)))))

(defun call-after-init (func)


Loading…
取消
儲存