Mercurial > emacs
diff src/macterm.c @ 67672:ea51bc4acb2e
(syms_of_macterm) <mac-allow-anti-aliasing>: Fix unintended default
value change.
| author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|---|
| date | Mon, 19 Dec 2005 09:56:00 +0000 |
| parents | 037431c17fba |
| children | 330ac31a0c82 b64b7e867d0a |
line wrap: on
line diff
--- a/src/macterm.c Mon Dec 19 08:31:44 2005 +0000 +++ b/src/macterm.c Mon Dec 19 09:56:00 2005 +0000 @@ -10795,7 +10795,7 @@ 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
