diff --git a/lisp/loadup.el b/lisp/loadup.el index 284c7e3..aa7f15d 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -46,11 +46,11 @@ (message "Using load-path %s" load-path) -(if (or (member (nth 3 command-line-args) '("dump" "bootstrap")) - (member (nth 4 command-line-args) '("dump" "bootstrap"))) - ;; To reduce the size of dumped Emacs, we avoid making huge - ;; char-tables. - (setq inhibit-load-charset-map t)) +;; (if (or (member (nth 3 command-line-args) '("dump" "bootstrap")) +;; (member (nth 4 command-line-args) '("dump" "bootstrap"))) +;; ;; To reduce the size of dumped Emacs, we avoid making huge +;; ;; char-tables. +;; (setq inhibit-load-charset-map t)) ;; We don't want to have any undo records in the dumped Emacs. (set-buffer "*scratch*")