mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-13 01:20:28 -08:00
use-package-with-elapsed-timer: add declare indent rule
This commit is contained in:
parent
ea3a475d0b
commit
2d7ecd867a
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@
|
||||||
:group 'use-package)
|
:group 'use-package)
|
||||||
|
|
||||||
(defmacro use-package-with-elapsed-timer (text &rest body)
|
(defmacro use-package-with-elapsed-timer (text &rest body)
|
||||||
|
(declare (indent 1))
|
||||||
(let ((nowvar (make-symbol "now")))
|
(let ((nowvar (make-symbol "now")))
|
||||||
`(if use-package-verbose
|
`(if use-package-verbose
|
||||||
(let ((,nowvar (current-time)))
|
(let ((,nowvar (current-time)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue