From: Richard M. Stallman Date: Thu, 13 Aug 1998 23:01:42 +0000 (+0000) Subject: Add informative message about the lists of GC stats. X-Git-Tag: emacs-20.3~66 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f76277fc69bb3691cba04d0edbb7d5021a7e24b;p=emacs.git Add informative message about the lists of GC stats. --- 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))