aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorJason Rumney2008-02-02 02:23:24 +0000
committerJason Rumney2008-02-02 02:23:24 +0000
commitdb516472cb7010a0904c561ebcdc083be7ceecb5 (patch)
tree2ea56d681143e67963f6bca781a4fb6f7b7f7281 /admin
parent25f6b8b150b507b9b7edc1d6d8d0c0674dc5c3c2 (diff)
downloademacs-db516472cb7010a0904c561ebcdc083be7ceecb5.tar.gz
emacs-db516472cb7010a0904c561ebcdc083be7ceecb5.zip
(unidata-gen-files): Force unix line ends.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog4
-rw-r--r--admin/unidata/unidata-gen.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index df5c30d84ee..724be04e1a8 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
12008-02-02 Jason Rumney <jasonr@gnu.org>
2
3 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
4
12008-02-02 Kenichi Handa <handa@m17n.org> 52008-02-02 Kenichi Handa <handa@m17n.org>
2 6
3 * unidata/UnicodeData.txt: Updated to Unicode 5.0. 7 * unidata/UnicodeData.txt: Updated to Unicode 5.0.
diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el
index 75d7e2d98fa..b9b746d7374 100644
--- a/admin/unidata/unidata-gen.el
+++ b/admin/unidata/unidata-gen.el
@@ -1126,7 +1126,7 @@ Property value is a character."
1126 (setq unidata-text-file (car command-line-args-left) 1126 (setq unidata-text-file (car command-line-args-left)
1127 command-line-args-left (cdr command-line-args-left))) 1127 command-line-args-left (cdr command-line-args-left)))
1128 (unidata-setup-list unidata-text-file) 1128 (unidata-setup-list unidata-text-file)
1129 (let ((coding-system-for-write 'utf-8) 1129 (let ((coding-system-for-write 'utf-8-unix)
1130 (charprop-file "charprop.el")) 1130 (charprop-file "charprop.el"))
1131 (with-temp-file charprop-file 1131 (with-temp-file charprop-file
1132 (insert ";; Automatically generated by unidata-gen.el.\n") 1132 (insert ";; Automatically generated by unidata-gen.el.\n")