diff --git a/emacs.el b/emacs.el index e4aa81b..edb63a6 100644 --- a/emacs.el +++ b/emacs.el @@ -93,7 +93,7 @@ found, otherwise returns nil." (or (eval functions) `(,(eval feature)))) (eval-after-load ,feature - '(progn + `(progn ,@body)) ,libpath)))) (put 'lazy-load-eval 'lisp-indent-function 2)