From 62e3f36d99f90340e1372131aaf242a02f474c7a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 16 Oct 2014 19:42:59 +0300 Subject: [PATCH] Pre-load uni-brackets.el, which is always needed for redisplay. lisp/international/characters.el (bracket-type): Force pre-loading of uni-brackets.el. --- lisp/ChangeLog | 5 +++++ lisp/international/characters.el | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) 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 -- 2.11.4.GIT