1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 17:10:51 -08:00

remove extra comma (added by 026c46c)

This commit is contained in:
Noam Postavsky 2013-10-14 12:59:41 -04:00
parent e367788005
commit 94072fba77

View file

@ -332,7 +332,7 @@
(if (> elapsed ,use-package-minimum-reported-time)
(message "%s...done (%.3fs)" ,text elapsed)
(message "%s...done" ,text))))))
,body)))
body)))
(put 'with-elapsed-timer 'lisp-indent-function 1)