diff options
author | Anders Lindgren <andlind@gmail.com> | 2015-12-24 09:50:26 +0100 |
---|---|---|
committer | Anders Lindgren <andlind@gmail.com> | 2015-12-24 09:50:26 +0100 |
commit | d107eda498f94423d846b0e2f1be7facab417b2a (patch) | |
tree | a6445cb96041c22579a12507deed013ede4724fc /lisp/loadup.el | |
parent | 076172ba824783636094bbe7a63018c07077733c (diff) | |
download | emacs-d107eda498f94423d846b0e2f1be7facab417b2a.tar.gz emacs-d107eda498f94423d846b0e2f1be7facab417b2a.tar.bz2 emacs-d107eda498f94423d846b0e2f1be7facab417b2a.zip |
; Revert "File-name completion of non-ASCII characters on OS X (bug#22169)"
; This reverts commit 09053075225fec8a6cf7a72017a6dfc1ec6b6f0c.
; This caused a build from scratch to fail.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index dda433e4eaf..f0caa8be349 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -276,7 +276,6 @@ (if (featurep 'ns) (progn (load "term/common-win") - (load "international/ucs-normalize") (load "term/ns-win"))) (if (fboundp 'x-create-frame) ;; Do it after loading term/foo-win.el since the value of the |