diff options
| author | YAMAMOTO Mitsuharu | 2005-12-19 09:56:00 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-12-19 09:56:00 +0000 |
| commit | faef8681cb65537b35429d2d611e45512b81f052 (patch) | |
| tree | 2f9911a51bf22f9148c803656b3d1b4a47b549d5 /src | |
| parent | d6a90a49de0400061b2120248652630e3392185e (diff) | |
| download | emacs-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.c | 2 |
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. |
| 10796 | The text will be rendered using Core Graphics text rendering which | 10796 | The text will be rendered using Core Graphics text rendering which |
| 10797 | may anti-alias the text. */); | 10797 | may 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 |