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
|
Tell the Emacs startup time and number of garbage-collections
|
||||||
instead of the banal
|
instead of the banal
|
||||||
\"For information about GNU Emacs and the GNU system, type \\[about-emacs].\""
|
\"For information about GNU Emacs and the GNU system, type \\[about-emacs].\""
|
||||||
(message
|
(message "%s, gc ran %s times" (emacs-init-time) gcs-done))
|
||||||
(concat (emacs-init-time) ", gc ran " (number-to-string gcs-done) " times"
|
|
||||||
)))
|
|
||||||
|
|
||||||
(setq initial-scratch-message (purecopy "\
|
(setq initial-scratch-message (purecopy "\
|
||||||
;; Write some lisp in this buffer and it can be executed, either with
|
;; Write some lisp in this buffer and it can be executed, either with
|
||||||
|
Loading…
Reference in New Issue
Block a user