aboutsummaryrefslogtreecommitdiffstats
path: root/admin/unidata
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/unidata
parent25f6b8b150b507b9b7edc1d6d8d0c0674dc5c3c2 (diff)
downloademacs-db516472cb7010a0904c561ebcdc083be7ceecb5.tar.gz
emacs-db516472cb7010a0904c561ebcdc083be7ceecb5.zip
(unidata-gen-files): Force unix line ends.
Diffstat (limited to 'admin/unidata')
-rw-r--r--admin/unidata/unidata-gen.el2
1 files changed, 1 insertions, 1 deletions
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")