diff lisp/international/mule-cmds.el @ 55469:df6db683f4f1

Fix last change.
author Jason Rumney <jasonr@gnu.org>
date Sun, 09 May 2004 15:39:00 +0000
parents 9629ef26c137
children 13758b690c5c b545019c77b0
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el	Sun May 09 15:02:14 2004 +0000
+++ b/lisp/international/mule-cmds.el	Sun May 09 15:39:00 2004 +0000
@@ -2415,7 +2415,7 @@
 
     ;; On Windows, override locale-coding-system, keyboard-coding-system,
     ;; selection-coding-system with system codepage.
-    (when (boundp w32-ansi-code-page)
+    (when (boundp 'w32-ansi-code-page)
       (let ((code-page-coding (intern (format "cp%d" w32-ansi-code-page))))
 	(when (coding-system-p code-page-coding)
 	  (setq locale-coding-system code-page-coding)