From 52199878ae82e1ae43fefe98dd83957bab4a1631 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 1 Sep 2009 03:17:28 +0000 Subject: [PATCH] (dos-codepage-setup): Use default-value rather than default-enable-multibyte-characters. --- lisp/term/internal.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2