From: Glenn Morris Date: Tue, 1 Sep 2009 03:17:28 +0000 (+0000) Subject: (dos-codepage-setup): Use default-value rather than X-Git-Tag: emacs-pretest-23.1.90~1544 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=52199878ae82e1ae43fefe98dd83957bab4a1631;p=emacs.git (dos-codepage-setup): Use default-value rather than default-enable-multibyte-characters. --- diff --git a/lisp/term/internal.el b/lisp/term/internal.el index 6219e7bb0b9..bbcedf75630 100644 --- a/lisp/term/internal.el +++ b/lisp/term/internal.el @@ -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 @@ list. You can (and should) also run it if and when the value of (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