# HG changeset patch # User Dan Nicolaescu # Date 1216794218 0 # Node ID 35abcad873d6be4f6000b1209602ccb0c2d52a80 # Parent 72d6895432c741282544f1b0af617bc0a34eabcf (syms_of_nsterm): Provide ns, not ns-windowing, similarly to what X does. diff -r 72d6895432c7 -r 35abcad873d6 src/ChangeLog --- a/src/ChangeLog Wed Jul 23 06:01:21 2008 +0000 +++ b/src/ChangeLog Wed Jul 23 06:23:38 2008 +0000 @@ -1,3 +1,8 @@ +2008-07-23 Dan Nicolaescu + + * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing, + similarly to what X does. + 2008-07-22 Adrian Robert * nsfns.m (x-list-fonts): Remove. diff -r 72d6895432c7 -r 35abcad873d6 src/nsterm.m --- a/src/nsterm.m Wed Jul 23 06:01:21 2008 +0000 +++ b/src/nsterm.m Wed Jul 23 06:23:38 2008 +0000 @@ -6542,7 +6542,7 @@ 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)); @@ -6587,7 +6587,7 @@ 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 */ {