aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-12-19 09:56:00 +0000
committerYAMAMOTO Mitsuharu2005-12-19 09:56:00 +0000
commitfaef8681cb65537b35429d2d611e45512b81f052 (patch)
tree2f9911a51bf22f9148c803656b3d1b4a47b549d5 /src
parentd6a90a49de0400061b2120248652630e3392185e (diff)
downloademacs-faef8681cb65537b35429d2d611e45512b81f052.tar.gz
emacs-faef8681cb65537b35429d2d611e45512b81f052.zip
(syms_of_macterm) <mac-allow-anti-aliasing>: Fix unintended default
value change.
Diffstat (limited to 'src')
-rw-r--r--src/macterm.c2
1 files changed, 1 insertions, 1 deletions
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. */);
10795 doc: /* *If non-nil, allow anti-aliasing. 10795 doc: /* *If non-nil, allow anti-aliasing.
10796The text will be rendered using Core Graphics text rendering which 10796The text will be rendered using Core Graphics text rendering which
10797may anti-alias the text. */); 10797may anti-alias the text. */);
10798 mac_use_core_graphics = 1; 10798 mac_use_core_graphics = 0;
10799 10799
10800 /* Register an entry for `mac-roman' so that it can be used when 10800 /* Register an entry for `mac-roman' so that it can be used when
10801 creating the terminal frame on Mac OS 9 before loading 10801 creating the terminal frame on Mac OS 9 before loading