emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/admin/unidata/unidata-gen.el,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/admin/unidata/unidata-gen.el,v
Date: Sat, 02 Feb 2008 02:22:27 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/02/02 02:22:27

Index: unidata-gen.el
===================================================================
RCS file: /sources/emacs/emacs/admin/unidata/unidata-gen.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- unidata-gen.el      1 Feb 2008 16:01:29 -0000       1.2
+++ unidata-gen.el      2 Feb 2008 02:22:27 -0000       1.3
@@ -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")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]