mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-09 07:40:39 -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)
|
||||
|
||||
(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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue