]> code.delx.au - gnu-emacs-elpa/commitdiff
* async-bytecomp.el: emacs-24 indent.
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Tue, 30 Sep 2014 11:31:23 +0000 (13:31 +0200)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Tue, 30 Sep 2014 11:31:23 +0000 (13:31 +0200)
async-bytecomp.el

index 978ca4210a11bcc063de06526cd2357fe4703fa5..60d89f0d302d5beed0ad6450019879314d07f92d 100644 (file)
@@ -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)