diff options
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 |