From faef8681cb65537b35429d2d611e45512b81f052 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Mon, 19 Dec 2005 09:56:00 +0000 Subject: [PATCH] (syms_of_macterm) : Fix unintended default value change. --- src/macterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macterm.c b/src/macterm.c index 5fd80b7387f..cec51c0227f 100644 --- a/src/macterm.c +++ b/src/macterm.c @@ -10795,7 +10795,7 @@ button will be mouse-3. */); doc: /* *If non-nil, allow anti-aliasing. The text will be rendered using Core Graphics text rendering which may anti-alias the text. */); - mac_use_core_graphics = 1; + mac_use_core_graphics = 0; /* Register an entry for `mac-roman' so that it can be used when creating the terminal frame on Mac OS 9 before loading -- 2.39.2