Mercurial > emacs
changeset 104773:380c4c2a4fc2
(dos-codepage-setup): Use default-value rather than
default-enable-multibyte-characters.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 01 Sep 2009 03:17:28 +0000 |
parents | d04b8967407b |
children | 468b7fa34d2c |
files | lisp/term/internal.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <terra@diku.dk> @@ -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