From 6f76277fc69bb3691cba04d0edbb7d5021a7e24b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 13 Aug 1998 23:01:42 +0000 Subject: [PATCH] Add informative message about the lists of GC stats. --- lisp/loadup.el | 2 ++ 1 file changed, 2 insertions(+) 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 @@ (load "case-table") (load "international/characters") +(message "Lists of integers (garbage collection statistics) are normal output") +(message "while building Emacs; they do not indicate a problem.") (message "%s" (garbage-collect)) (load "loaddefs.el") ;Don't get confused if someone compiled this by mistake. (message "%s" (garbage-collect)) -- 2.39.5