branch: master
commit aef3412899b2ca1e57d6e9709d95c3ef377efe58
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    * async-bytecomp.el: emacs-24 indent.
---
 async-bytecomp.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/async-bytecomp.el b/async-bytecomp.el
index 978ca42..60d89f0 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)

Reply via email to