Clean up startup area message syntax

This commit is contained in:
mir 2024-01-24 09:55:43 -09:00
parent 1d393de506
commit b5514591a6

View File

@ -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