mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-22 10:26:20 +00:00
(unidata-gen-files): Force unix line ends.
This commit is contained in:
parent
25f6b8b150
commit
db516472cb
@ -1,3 +1,7 @@
|
||||
2008-02-02 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
|
||||
|
||||
2008-02-02 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* unidata/UnicodeData.txt: Updated to Unicode 5.0.
|
||||
|
@ -1126,7 +1126,7 @@ Property value is a character."
|
||||
(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")
|
||||
|
Loading…
Reference in New Issue
Block a user