]> git.eshelyaron.com Git - emacs.git/commitdiff
Load facemenu if have X.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 Oct 1994 10:40:31 +0000 (10:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 Oct 1994 10:40:31 +0000 (10:40 +0000)
After dumping, print number of pure bytes used.

lisp/loadup.el

index f9f0bd50093a700556878568b410f1fa66eb435d..d0afa2034ec246c86420cf28d888ddb7bbad8298 100644 (file)
@@ -56,6 +56,7 @@
       (load "mouse")
       (garbage-collect)
       (load "faces")
+      (load "facemenu")
       (garbage-collect)
       (load "menu-bar")
       (load "scroll-bar")
       ;; 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)))