diff options
Diffstat (limited to 'lisp/use-package')
-rw-r--r-- | lisp/use-package/use-package.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 473eefb5090..6e97e9346f4 100644 --- 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))) |