From b5514591a685a7d0f0c73f164b8a2f21997488b7 Mon Sep 17 00:00:00 2001 From: mir Date: Wed, 24 Jan 2024 09:55:43 -0900 Subject: [PATCH] Clean up startup area message syntax --- early-init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/early-init.el b/early-init.el index 2db483c..f7adcf5 100644 --- a/early-init.el +++ b/early-init.el @@ -24,9 +24,7 @@ Tell the Emacs startup time and number of garbage-collections instead of the banal \"For information about GNU Emacs and the GNU system, type \\[about-emacs].\"" - (message - (concat (emacs-init-time) ", gc ran " (number-to-string gcs-done) " times" - ))) + (message "%s, gc ran %s times" (emacs-init-time) gcs-done)) (setq initial-scratch-message (purecopy "\ ;; Write some lisp in this buffer and it can be executed, either with