projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea3a475
)
use-package-with-elapsed-timer: add declare indent rule
author
Jonas Bernoulli
<jonas@bernoul.li>
Sun, 9 Mar 2014 17:55:54 +0000
(18:55 +0100)
committer
Jonas Bernoulli
<jonas@bernoul.li>
Sun, 9 Mar 2014 17:55:54 +0000
(18:55 +0100)
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 473eefb50908c8177274c4d26c8b460b150222f3..6e97e9346f40fc32e38751a6a3e5a0f71bd7c11a 100644
(file)
--- a/
lisp/use-package/use-package.el
+++ b/
lisp/use-package/use-package.el
@@
-59,6
+59,7
@@
:group 'use-package)
(defmacro use-package-with-elapsed-timer (text &rest body)
+ (declare (indent 1))
(let ((nowvar (make-symbol "now")))
`(if use-package-verbose
(let ((,nowvar (current-time)))