diff options
author | Eli Zaretskii <eliz@gnu.org> | 2014-10-16 19:42:59 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2014-10-16 19:42:59 +0300 |
commit | 62e3f36d99f90340e1372131aaf242a02f474c7a (patch) | |
tree | 924a726ac1de27968d7d6b7bc0b6469e825a0192 /lisp/international | |
parent | 40018ffb384a50fabfb0147aefe400477d174753 (diff) | |
download | emacs-62e3f36d99f90340e1372131aaf242a02f474c7a.tar.gz |
Pre-load uni-brackets.el, which is always needed for redisplay.
lisp/international/characters.el (bracket-type): Force pre-loading of
uni-brackets.el.
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/characters.el | 11 |
1 files changed, 6 insertions, 5 deletions
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 |