Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
faef8681
Commit
faef8681
authored
Dec 19, 2005
by
YAMAMOTO Mitsuharu
Browse files
(syms_of_macterm) <mac-allow-anti-aliasing>: Fix unintended default
value change.
parent
d6a90a49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/macterm.c
src/macterm.c
+1
-1
No files found.
src/macterm.c
View file @
faef8681
...
...
@@ -10795,7 +10795,7 @@ button will be mouse-3. */);
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment