# HG changeset patch # User Richard M. Stallman # Date 903049302 0 # Node ID ce7367ed1f02e49ccae69352185dfaf76e2250f1 # Parent 8cf1a05c1cede150e4a2624c3321dd83a2e08e7a Add informative message about the lists of GC stats. diff -r 8cf1a05c1ced -r ce7367ed1f02 lisp/loadup.el --- a/lisp/loadup.el Thu Aug 13 23:01:05 1998 +0000 +++ b/lisp/loadup.el Thu Aug 13 23:01:42 1998 +0000 @@ -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))