aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-08-13 23:01:42 +0000
committerRichard M. Stallman1998-08-13 23:01:42 +0000
commit6f76277fc69bb3691cba04d0edbb7d5021a7e24b (patch)
treef29940b03dc6d2c28380cda9a8611f7e9940bcd4
parent57dabf6b5b3b7207dd08dfacddd23613ee889b43 (diff)
downloademacs-6f76277fc69bb3691cba04d0edbb7d5021a7e24b.tar.gz
emacs-6f76277fc69bb3691cba04d0edbb7d5021a7e24b.zip
Add informative message about the lists of GC stats.
-rw-r--r--lisp/loadup.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index 661511c53b5..cbc1ba5c314 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -57,6 +57,8 @@
57(load "case-table") 57(load "case-table")
58(load "international/characters") 58(load "international/characters")
59 59
60(message "Lists of integers (garbage collection statistics) are normal output")
61(message "while building Emacs; they do not indicate a problem.")
60(message "%s" (garbage-collect)) 62(message "%s" (garbage-collect))
61(load "loaddefs.el") ;Don't get confused if someone compiled this by mistake. 63(load "loaddefs.el") ;Don't get confused if someone compiled this by mistake.
62(message "%s" (garbage-collect)) 64(message "%s" (garbage-collect))