Преглед на файлове

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)


Зареждане…
Отказ
Запис