+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)
(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