+2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
+ similarly to what X does.
+
2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
* nsfns.m (x-list-fonts): Remove.
staticpro (&last_mouse_motion_frame);
last_mouse_motion_frame = Qnil;
-/*23: now apparently we need to tell emacs what modifiers there are.. */
+ /*23: now apparently we need to tell emacs what modifiers there are.. */
Qmodifier_value = intern ("modifier-value");
Qalt = intern ("alt");
Fput (Qalt, Qmodifier_value, make_number (alt_modifier));
x_underline_at_descent_line = 0;
/* Tell emacs about this window system. */
- Fprovide (intern ("ns-windowing"), Qnil);
+ Fprovide (intern ("ns"), Qnil);
/* PENDING: try to move this back into lisp, ns-win.el loaded too late
right now */
{