1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Merge pull request from npostavs/comma

remove extra comma (added by 026c46c)
GitHub-reference: https://github.com/jwiegley/use-package/issues/59
This commit is contained in:
John Wiegley 2013-10-14 14:52:25 -07:00
commit e8b5ea3b70

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)