1
Fork 0
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:
Jonas Bernoulli 2014-03-09 18:55:54 +01:00
parent ea3a475d0b
commit 2d7ecd867a

View file

@ -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)))