]> code.delx.au - gnu-emacs-elpa/commitdiff
No message on startup when quiet.
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Fri, 29 May 2015 12:29:04 +0000 (14:29 +0200)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Fri, 29 May 2015 12:29:04 +0000 (14:29 +0200)
* async-bytecomp.el: Do it.

async-bytecomp.el

index 4fe154814af771dabbe9ff56df7cebaede90f9d5..00043472b0448238acd1242af9b83459fd1f2b48 100644 (file)
@@ -102,7 +102,7 @@ All *.elc files are systematically deleted before proceeding."
                 (erase-buffer)
                 (insert error-data))))))
      call-back)
-    (message "Started compiling asynchronously directory %s" directory)))
+    (unless quiet (message "Started compiling asynchronously directory %s" directory))))
 
 (defvar package-archive-contents)
 (declare-function package-desc-reqs "package.el" (cl-x))