# HG changeset patch # User Jason Rumney # Date 1201918947 0 # Node ID 30275283f62db77741077a29dd5d2f5a48e39170 # Parent 31f34c650d321910a544f2e32fa26f4260d3b011 (unidata-gen-files): Force unix line ends. diff -r 31f34c650d32 -r 30275283f62d admin/unidata/unidata-gen.el --- a/admin/unidata/unidata-gen.el Sat Feb 02 01:42:26 2008 +0000 +++ b/admin/unidata/unidata-gen.el Sat Feb 02 02:22:27 2008 +0000 @@ -1126,7 +1126,7 @@ (setq unidata-text-file (car command-line-args-left) command-line-args-left (cdr command-line-args-left))) (unidata-setup-list unidata-text-file) - (let ((coding-system-for-write 'utf-8) + (let ((coding-system-for-write 'utf-8-unix) (charprop-file "charprop.el")) (with-temp-file charprop-file (insert ";; Automatically generated by unidata-gen.el.\n")