aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/loadup.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index e9dd683b283..53500240319 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -301,6 +301,7 @@
301 ;; already produced, because it needs uni-*.el files that might 301 ;; already produced, because it needs uni-*.el files that might
302 ;; not be built early enough during bootstrap. 302 ;; not be built early enough during bootstrap.
303 (when (load-history-filename-element "charprop\\.el") 303 (when (load-history-filename-element "charprop\\.el")
304 (load "international/mule-util")
304 (load "international/ucs-normalize") 305 (load "international/ucs-normalize")
305 (load "term/ns-win")))) 306 (load "term/ns-win"))))
306(if (fboundp 'x-create-frame) 307(if (fboundp 'x-create-frame)