* WL-MK (update-version): Bind `coding-system-for-write' to
authorhmurata <hmurata>
Sun, 14 Sep 2003 08:57:03 +0000 (08:57 +0000)
committerhmurata <hmurata>
Sun, 14 Sep 2003 08:57:03 +0000 (08:57 +0000)
iso-latin-1-unix.

ChangeLog
WL-MK

index de137db..33a6db3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * WL-MK (update-version): Bind `coding-system-for-write' to
+       iso-latin-1-unix.
+
 2003-08-26  Tetsurou Okazaki  <okazaki@be.to>
 
        * WL-MK (wl-texinfo-info-file, wl-texinfo-texi-file,
diff --git a/WL-MK b/WL-MK
index 123db2b..4c8a102 100644 (file)
--- a/WL-MK
+++ b/WL-MK
   (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