aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-09-01 03:17:28 +0000
committerGlenn Morris2009-09-01 03:17:28 +0000
commit52199878ae82e1ae43fefe98dd83957bab4a1631 (patch)
treedae765ea9b357433f5790d20146d8823a37d6eec
parent95e55d202d5df9d0663f9d1fc214ba01cf264427 (diff)
downloademacs-52199878ae82e1ae43fefe98dd83957bab4a1631.tar.gz
emacs-52199878ae82e1ae43fefe98dd83957bab4a1631.zip
(dos-codepage-setup): Use default-value rather than
default-enable-multibyte-characters.
-rw-r--r--lisp/term/internal.el6
1 files 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 @@
1;;; internal.el --- support for PC internal terminal 1;;; internal.el --- support for PC internal terminal
2 2
3;; Copyright (C) 1993, 1994, 1998, 1999, 2001, 2002, 2003, 2004, 3;; Copyright (C) 1993, 1994, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
4;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 4;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
5 5
6;; Author: Morten Welinder <terra@diku.dk> 6;; Author: Morten Welinder <terra@diku.dk>
7 7
@@ -609,7 +609,7 @@ list. You can (and should) also run it if and when the value of
609 (set-selection-coding-system coding-dos) 609 (set-selection-coding-system coding-dos)
610 (IT-setup-unicode-display coding-unix) 610 (IT-setup-unicode-display coding-unix)
611 (prefer-coding-system coding-dos) 611 (prefer-coding-system coding-dos)
612 (and default-enable-multibyte-characters 612 (and (default-value 'enable-multibyte-characters)
613 (setq unibyte-display-via-language-environment t)) 613 (setq unibyte-display-via-language-environment t))
614 ;; Some codepages have sporadic support for Latin-1, Greek, and 614 ;; Some codepages have sporadic support for Latin-1, Greek, and
615 ;; symbol glyphs, which don't belong to their native character 615 ;; symbol glyphs, which don't belong to their native character