Clean up startup area message syntax
This commit is contained in:
parent
1d393de506
commit
b5514591a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user