]> git.eshelyaron.com Git - emacs.git/commitdiff
Pre-load uni-brackets.el, which is always needed for redisplay.
authorEli Zaretskii <eliz@gnu.org>
Thu, 16 Oct 2014 16:42:59 +0000 (19:42 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 16 Oct 2014 16:42:59 +0000 (19:42 +0300)
 lisp/international/characters.el (bracket-type): Force pre-loading of
 uni-brackets.el.

lisp/ChangeLog
lisp/international/characters.el

index 13e161e03b7d46c7680163ed66c097c080530b95..fa0aa42ad3cffd754e9ddd13ae954b3796a236ba 100644 (file)
@@ -1,3 +1,8 @@
+2014-10-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * international/characters.el (bracket-type): Force pre-loading of
+       uni-brackets.el.
+
 2014-10-16  Alan Mackenzie  <acm@muc.de>
 
        * cus-edit.el (custom-command-apply): Specify the return value in
index 067b1c35fa07b8c97699c8273a1b7ed01836e474..daebf8d28172d2d3bed8c50da5e55c924f847568 100644 (file)
@@ -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