Skip to content

Commit

Permalink
core: add comment for with-eval-after-load backport
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Sep 28, 2015
1 parent 1898cdc commit 4b869b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/core-emacs-backports.el
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4b869b9

Please sign in to comment.