From: Eli Zaretskii Date: Thu, 16 Oct 2014 16:42:59 +0000 (+0300) Subject: Pre-load uni-brackets.el, which is always needed for redisplay. X-Git-Tag: emacs-25.0.90~2635^2~679^2~38 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=62e3f36d99f90340e1372131aaf242a02f474c7a;p=emacs.git Pre-load uni-brackets.el, which is always needed for redisplay. lisp/international/characters.el (bracket-type): Force pre-loading of uni-brackets.el. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 13e161e03b7..fa0aa42ad3c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-10-16 Eli Zaretskii + + * international/characters.el (bracket-type): Force pre-loading of + uni-brackets.el. + 2014-10-16 Alan Mackenzie * cus-edit.el (custom-command-apply): Specify the return value in diff --git a/lisp/international/characters.el b/lisp/international/characters.el index 067b1c35fa0..daebf8d2817 100644 --- a/lisp/international/characters.el +++ b/lisp/international/characters.el @@ -495,12 +495,13 @@ with L, LRE, or LRO Unicode bidi character type.") (modify-category-entry key ?L)))) table))) -;; Load uni-mirrored.el if available, so that it gets dumped into -;; Emacs. This allows to start Emacs with force-load-messages in -;; ~/.emacs, and avoid infinite recursion in bidi_initialize, which -;; needs to load uni-mirrored.el in order to display the "Loading" -;; messages. +;; Load uni-mirrored.el and uni-brackets.el if available, so that they +;; get dumped into Emacs. This allows to start Emacs with +;; force-load-messages in ~/.emacs, and avoid infinite recursion in +;; bidi_initialize, which needs to load uni-mirrored.el and +;; uni-brackets.el in order to display the "Loading" messages. (unicode-property-table-internal 'mirroring) +(unicode-property-table-internal 'bracket-type) ;; Latin