emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r118133: Pre-load uni-brackets.el, which is always n


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r118133: Pre-load uni-brackets.el, which is always needed for redisplay.
Date: Thu, 16 Oct 2014 16:43:47 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118133
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Thu 2014-10-16 19:42:59 +0300
message:
  Pre-load uni-brackets.el, which is always needed for redisplay.
  
   lisp/international/characters.el (bracket-type): Force pre-loading of
   uni-brackets.el.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/international/characters.el 
characters.el-20091113204419-o5vbwnq5f7feedwu-1037
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-10-16 01:49:34 +0000
+++ b/lisp/ChangeLog    2014-10-16 16:42:59 +0000
@@ -1,3 +1,8 @@
+2014-10-16  Eli Zaretskii  <address@hidden>
+
+       * international/characters.el (bracket-type): Force pre-loading of
+       uni-brackets.el.
+
 2014-10-16  Alan Mackenzie  <address@hidden>
 
        * cus-edit.el (custom-command-apply): Specify the return value in

=== modified file 'lisp/international/characters.el'
--- a/lisp/international/characters.el  2014-06-28 01:35:48 +0000
+++ b/lisp/international/characters.el  2014-10-16 16:42:59 +0000
@@ -495,12 +495,13 @@
                        (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
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]