(Fx_server_vendor): Change vendor string to "Apple Inc.".
This commit is contained in:
parent
951c155f39
commit
c13ba385e9
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-03-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* macfns.c (Fx_server_vendor): Change vendor string to "Apple Inc.".
|
||||
|
||||
2007-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* macterm.c [USE_CARBON_EVENTS] (mac_handle_mouse_event): Ignore
|
||||
|
|
|
@ -3034,7 +3034,7 @@ If omitted or nil, that stands for the selected frame's display. */)
|
|||
(display)
|
||||
Lisp_Object display;
|
||||
{
|
||||
return build_string ("Apple Computers");
|
||||
return build_string ("Apple Inc.");
|
||||
}
|
||||
|
||||
DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue