diff options
| author | Eli Zaretskii | 2014-04-04 11:26:00 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-04-04 11:26:00 +0300 |
| commit | b7cf27edd37249c60ae1c8f6a11db4707e793c3e (patch) | |
| tree | e5824cd04e0d2513968849e53f2d5eeb50fede49 /lisp/ChangeLog | |
| parent | 8a1d24b11ef7bfed0752896cbfbcdd793f100b03 (diff) | |
| download | emacs-b7cf27edd37249c60ae1c8f6a11db4707e793c3e.tar.gz emacs-b7cf27edd37249c60ae1c8f6a11db4707e793c3e.zip | |
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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f6340047e0a..a49b0e7dc7c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-04-04 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * international/characters.el (mirroring): Fix last change: | ||
| 4 | instead of loading uni-mirrored.el explicitly, do that implicitly | ||
| 5 | by creating the 'mirroring' uniprop table. This avoids announcing | ||
| 6 | the loading of uni-mirrored.el. | ||
| 7 | |||
| 1 | 2014-04-04 Glenn Morris <rgm@gnu.org> | 8 | 2014-04-04 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * files.el (buffer-stale--default-function) | 10 | * files.el (buffer-stale--default-function) |