A better fix for bug #17169.
lisp/international/characters.el (mirroring): Fix last change: instead of loading uni-mirrored.el explicitly, do that implicitly by creating the 'mirroring' uniprop table. This avoids announcing the loading of uni-mirrored.el.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2014-04-04 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* international/characters.el (mirroring): Fix last change:
|
||||
instead of loading uni-mirrored.el explicitly, do that implicitly
|
||||
by creating the 'mirroring' uniprop table. This avoids announcing
|
||||
the loading of uni-mirrored.el.
|
||||
|
||||
2014-04-04 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* files.el (buffer-stale--default-function)
|
||||
|
||||
@@ -495,13 +495,12 @@ with L, LRE, or LRO Unicode bidi character type.")
|
||||
(modify-category-entry key ?L))))
|
||||
table)))
|
||||
|
||||
;; Load this 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 "Loading" messages. We use
|
||||
;; 'no-error to avoid error messages when bootstrapping without
|
||||
;; generated uni-*.el files.
|
||||
(load "international/uni-mirrored" 'no-error)
|
||||
;; 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.
|
||||
(unicode-property-table-internal 'mirroring)
|
||||
|
||||
;; Latin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user