From: Thierry Volpiatto Date: Tue, 30 Sep 2014 11:31:23 +0000 (+0200) Subject: * async-bytecomp.el: emacs-24 indent. X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/aef3412899b2ca1e57d6e9709d95c3ef377efe58 * async-bytecomp.el: emacs-24 indent. --- diff --git a/async-bytecomp.el b/async-bytecomp.el index 978ca4210..60d89f0d3 100644 --- a/async-bytecomp.el +++ b/async-bytecomp.el @@ -72,8 +72,8 @@ (if (> n 0) (message "Failed to compile %d files in directory `%s'" n ,directory) (message "Directory `%s' compiled asynchronously with warnings" ,directory))))) - (unless ,quiet - (message "Directory `%s' compiled asynchronously with success" ,directory)))))) + (unless ,quiet + (message "Directory `%s' compiled asynchronously with success" ,directory)))))) (async-start `(lambda () (require 'bytecomp)