Mercurial > emacs
changeset 91405:30275283f62d
(unidata-gen-files): Force unix line ends.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 02 Feb 2008 02:22:27 +0000 |
parents | 31f34c650d32 |
children | 945c5c230ab1 |
files | admin/unidata/unidata-gen.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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")