]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_nsterm): Provide ns, not ns-windowing,
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 23 Jul 2008 06:23:38 +0000 (06:23 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 23 Jul 2008 06:23:38 +0000 (06:23 +0000)
similarly to what X does.

src/ChangeLog
src/nsterm.m

index 8bee26ced91ea71c9fe335abdde2f7fe93839a01..c902bb93ad11367a44ebab88e2bf3e364185f1ff 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 8fd157ebcc48ba97758f998cf5da2a522f6714fc..ecf448943715947956d7043c791e87f6f920a5d9 100644 (file)
@@ -6542,7 +6542,7 @@ or shrunk (negative).  Zero (the default) means standard line height.\n\
   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 @@ baseline level.  The default value is nil.  */);
   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 */
   {