projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e367788
)
remove extra comma (added by 026c46c)
author
Noam Postavsky
<npostavs@gmail.com>
Mon, 14 Oct 2013 16:59:41 +0000
(12:59 -0400)
committer
Noam Postavsky
<npostavs@gmail.com>
Mon, 14 Oct 2013 16:59:41 +0000
(12:59 -0400)
lisp/use-package/use-package.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package.el
b/lisp/use-package/use-package.el
index f940816c2cce1138d04aa00ec14b3005300c81b1..736228742c8a0882c7247263a57250f1dbf3ca6e 100644
(file)
--- a/
lisp/use-package/use-package.el
+++ b/
lisp/use-package/use-package.el
@@
-332,7
+332,7
@@
(if (> elapsed ,use-package-minimum-reported-time)
(message "%s...done (%.3fs)" ,text elapsed)
(message "%s...done" ,text))))))
-
,
body)))
+ body)))
(put 'with-elapsed-timer 'lisp-indent-function 1)