# HG changeset patch # User Glenn Morris # Date 1251775048 0 # Node ID 380c4c2a4fc228839a55a8df9dc5fdee76371559 # Parent d04b8967407bd548b03df38274b1b73c3d03f813 (dos-codepage-setup): Use default-value rather than default-enable-multibyte-characters. diff -r d04b8967407b -r 380c4c2a4fc2 lisp/term/internal.el --- a/lisp/term/internal.el Tue Sep 01 03:17:03 2009 +0000 +++ b/lisp/term/internal.el Tue Sep 01 03:17:28 2009 +0000 @@ -1,7 +1,7 @@ ;;; internal.el --- support for PC internal terminal -;; Copyright (C) 1993, 1994, 1998, 1999, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1994, 1998, 1999, 2001, 2002, 2003, 2004, 2005, +;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Morten Welinder @@ -609,7 +609,7 @@ (set-selection-coding-system coding-dos) (IT-setup-unicode-display coding-unix) (prefer-coding-system coding-dos) - (and default-enable-multibyte-characters + (and (default-value 'enable-multibyte-characters) (setq unibyte-display-via-language-environment t)) ;; Some codepages have sporadic support for Latin-1, Greek, and ;; symbol glyphs, which don't belong to their native character