]> git.eshelyaron.com Git - emacs.git/commitdiff
better messaging when load native elisp
authorAndrea Corallo <andrea_corallo@yahoo.it>
Sun, 1 Sep 2019 10:40:54 +0000 (12:40 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:37:41 +0000 (11:37 +0100)
src/lread.c

index 1a5074cb70bdd8f2ecae5a6e51c46f6dea69f118..b10743f980c566fc369d6f89ef432f77d6f375aa 100644 (file)
@@ -1534,6 +1534,8 @@ Return t if the file exists and loads successfully.  */)
                 file, 1);
       else if (is_module)
         message_with_string ("Loading %s (module)...done", file, 1);
+      else if (is_native_elisp)
+       message_with_string ("Loading %s (native compiled elisp)...done", file, 1);
       else if (!compiled)
        message_with_string ("Loading %s (source)...done", file, 1);
       else if (newer)