]> git.eshelyaron.com Git - emacs.git/commitdiff
adjust print verbosity according to the doc
authorAndrea Corallo <akrl@sdf.org>
Sun, 24 Nov 2019 18:49:25 +0000 (19:49 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:38:10 +0000 (11:38 +0100)
lisp/emacs-lisp/comp.el

index 1f23edb58f17ee84a597fdc4b22ae2ad96264735..60cfd8e516370627566a6b5a2d8d6259eb76616f 100644 (file)
@@ -428,7 +428,7 @@ Put PREFIX in front of it."
             (byte-compile (comp-func-name func)))
       (let ((lap (alist-get nil byte-to-native-lap)))
         (cl-assert lap)
-        (comp-log lap 1)
+        (comp-log lap 2)
         (let ((lambda-list (aref (comp-func-byte-func func) 0)))
           (setf (comp-func-args func)
                 (comp-decrypt-lambda-list lambda-list)
@@ -1776,6 +1776,9 @@ Prepare every function for final compilation and drive the C back-end."
 (defun comp-final (_)
   "Final pass driving the C back-end for code emission."
   (let (compile-result)
+    (maphash (lambda (_ f)
+               (comp-log-func f 1))
+             (comp-ctxt-funcs-h comp-ctxt))
     (comp--init-ctxt)
     (unwind-protect
         (setf compile-result