diff options
Diffstat (limited to 'lisp/ChangeLog.13')
| -rw-r--r-- | lisp/ChangeLog.13 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13 index 558718a5a5f..a2d274fbcc0 100644 --- a/lisp/ChangeLog.13 +++ b/lisp/ChangeLog.13 | |||
| @@ -1121,10 +1121,10 @@ | |||
| 1121 | * international/titdic-cnv.el (tit-process-header): Fix embedded | 1121 | * international/titdic-cnv.el (tit-process-header): Fix embedded |
| 1122 | coding tag. | 1122 | coding tag. |
| 1123 | (titdic-convert): Bind coding-system-for-write to the coding | 1123 | (titdic-convert): Bind coding-system-for-write to the coding |
| 1124 | system specfied in the map file. Remove `charset' property after | 1124 | system specified in the map file. Remove `charset' property after |
| 1125 | decoding. | 1125 | decoding. |
| 1126 | (miscdic-convert): Bind coding-system-for-write to the coding | 1126 | (miscdic-convert): Bind coding-system-for-write to the coding |
| 1127 | system specfied for the map file. Fix LANGUAGE arg to | 1127 | system specified for the map file. Fix LANGUAGE arg to |
| 1128 | quail-define-package. | 1128 | quail-define-package. |
| 1129 | (batch-miscdic-convert): Check if a file is directory or not. | 1129 | (batch-miscdic-convert): Check if a file is directory or not. |
| 1130 | 1130 | ||