* macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
distinguish Carbon GUI builds from X11 builds on darwin.
This commit is contained in:
parent
b59b77f136
commit
8c609cffa6
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-01-02 Steven Tamm <steventamm@mac.com>
|
||||
|
||||
* macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
|
||||
distinguish Carbon GUI builds from X11 builds on darwin.
|
||||
|
||||
2002-12-30 Steven Tamm <steventamm@mac.com>
|
||||
|
||||
* macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
|
||||
|
|
|
@ -13693,6 +13693,8 @@ syms_of_macterm ()
|
|||
x_error_message_string = Qnil;
|
||||
#endif
|
||||
|
||||
Fprovide (intern ("mac-carbon"), Qnil);
|
||||
|
||||
staticpro (&x_display_name_list);
|
||||
x_display_name_list = Qnil;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue