diff options
author | Steven Tamm <steventamm@mac.com> | 2005-01-16 00:39:04 +0000 |
---|---|---|
committer | Steven Tamm <steventamm@mac.com> | 2005-01-16 00:39:04 +0000 |
commit | 0530c67988156d503943a1a0d88fbe75e0c04cbc (patch) | |
tree | d6a7ba53fce3cc4e8dfbecac1b2dc46beb20c7a7 /src/macterm.c | |
parent | 743d0696815e14252284e5b11ba7f40feeb652c9 (diff) | |
download | emacs-0530c67988156d503943a1a0d88fbe75e0c04cbc.tar.gz emacs-0530c67988156d503943a1a0d88fbe75e0c04cbc.tar.bz2 emacs-0530c67988156d503943a1a0d88fbe75e0c04cbc.zip |
Changed name from mac-use-core-graphics to mac-allow-anti-aliasing
Diffstat (limited to 'src/macterm.c')
-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 4a1593309ba..11ec9166832 100644 --- a/src/macterm.c +++ b/src/macterm.c @@ -9923,7 +9923,7 @@ Toolbox for processing before Emacs sees it. */); Vmac_pass_control_to_system = Qt; #endif - DEFVAR_LISP ("mac-use-core-graphics", &Vmac_use_core_graphics, + DEFVAR_LISP ("mac-allow-anti-aliasing", &Vmac_use_core_graphics, doc: /* If non-nil, the text will be rendered using Core Graphics text rendering which may anti-alias the text. */); Vmac_use_core_graphics = Qnil; |