From 6ce8df2a9f06aefd28fcf8eab53a80477e376ea3 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 28 Nov 2012 14:29:15 +0900 Subject: [PATCH] fix bug --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)