From 43e03edc1bcd276dd325c1bd208e743edac0c21e Mon Sep 17 00:00:00 2001 From: hmurata Date: Sun, 14 Sep 2003 08:57:03 +0000 Subject: [PATCH] * WL-MK (update-version): Bind `coding-system-for-write' to iso-latin-1-unix. --- ChangeLog | 5 +++++ WL-MK | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index de137db..33a6db3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-09-14 Hiroya Murata + + * WL-MK (update-version): Bind `coding-system-for-write' to + iso-latin-1-unix. + 2003-08-26 Tetsurou Okazaki * WL-MK (wl-texinfo-info-file, wl-texinfo-texi-file, diff --git a/WL-MK b/WL-MK index 123db2b..4c8a102 100644 --- a/WL-MK +++ b/WL-MK @@ -158,7 +158,8 @@ (let ((version (mapconcat 'number-to-string (product-version (product-find 'elmo-version)) - "."))) + ".")) + (coding-system-for-write 'iso-latin-1-unix)) (princ (concat "Update version number to " version "\n")) ;; generate version.tex (with-temp-buffer -- 1.7.10.4