core: add comment for with-eval-after-load backport

This commit is contained in:
syl20bnr 2015-09-27 21:03:48 -04:00
parent 1898cdcb90
commit 4b869b9821
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
(string= string "")))
(unless (fboundp 'with-eval-after-load)
;; `with-eval-after-load' function for Emacs 24.3 and below
(defmacro with-eval-after-load (file &rest body)
"Execute BODY after FILE is loaded.
FILE is normally a feature name, but it can also be a file name,