summaryrefslogtreecommitdiff
path: root/src/macterm.c
diff options
context:
space:
mode:
authorSteven Tamm <steventamm@mac.com>2005-01-16 00:39:04 +0000
committerSteven Tamm <steventamm@mac.com>2005-01-16 00:39:04 +0000
commit0530c67988156d503943a1a0d88fbe75e0c04cbc (patch)
treed6a7ba53fce3cc4e8dfbecac1b2dc46beb20c7a7 /src/macterm.c
parent743d0696815e14252284e5b11ba7f40feeb652c9 (diff)
downloademacs-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.c2
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;