emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/nsterm.m,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/nsterm.m,v
Date: Wed, 23 Jul 2008 06:23:40 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/23 06:23:38

Index: nsterm.m
===================================================================
RCS file: /cvsroot/emacs/emacs/src/nsterm.m,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- nsterm.m    23 Jul 2008 02:51:09 -0000      1.15
+++ nsterm.m    23 Jul 2008 06:23:38 -0000      1.16
@@ -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 */
   {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]