emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/international/utf-8.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/international/utf-8.el,v
Date: Fri, 13 Oct 2006 01:41:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      06/10/13 01:41:11

Index: international/utf-8.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/international/utf-8.el,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- international/utf-8.el      13 Oct 2005 05:39:31 -0000      1.50
+++ international/utf-8.el      13 Oct 2006 01:41:11 -0000      1.51
@@ -309,7 +309,10 @@
     ;; Here we bind coding-system-for-read to nil so that coding tags
     ;; in the files are respected even if the files are not yet
     ;; byte-compiled
-    (let ((coding-system-for-read nil))
+    (let ((coding-system-for-read nil)
+         ;; We must avoid clobbering this variable, in case the load
+         ;; files below use different coding systems.
+         (last-coding-system-used last-coding-system-used))
       (cond ((string= "Korean" current-language-environment)
             (load "subst-jis")
             (load "subst-big5")




reply via email to

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