changeset 9752:113f20118cc3

Load facemenu if have X. After dumping, print number of pure bytes used.
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 Oct 1994 10:40:31 +0000
parents 9eed4c624caa
children 00144934b449
files lisp/loadup.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Sun Oct 30 08:20:41 1994 +0000
+++ b/lisp/loadup.el	Sun Oct 30 10:40:31 1994 +0000
@@ -56,6 +56,7 @@
       (load "mouse")
       (garbage-collect)
       (load "faces")
+      (load "facemenu")
       (garbage-collect)
       (load "menu-bar")
       (load "scroll-bar")
@@ -203,6 +204,7 @@
       ;; under the name `xemacs'), and it's inconsistent with every
       ;; other GNU product's build process.
       (dump-emacs "emacs" "temacs")
+      (message "%d pure bytes used" pure-bytes-used)
       ;; Recompute NAME now, so that it isn't set when we dump.
       (if (not (eq system-type 'ms-dos))
 	  (let ((name (concat "emacs-" emacs-version)))