]> git.eshelyaron.com Git - emacs.git/commitdiff
* nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
authorJan D <jan.h.d@swipnet.se>
Thu, 19 Aug 2010 05:55:30 +0000 (07:55 +0200)
committerJan D <jan.h.d@swipnet.se>
Thu, 19 Aug 2010 05:55:30 +0000 (07:55 +0200)
src/ChangeLog
src/nsselect.m

index 4033a424aed4dfaac0e0b014ddebc79352ce135b..0a1a268d9624dbb5c3631f000e950a8b0e17c1b0 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-19  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
+
 2010-08-18  Eli Zaretskii  <eliz@gnu.org>
 
        * xterm.c (x_draw_bar_cursor):
index 597d6e762537068aae9fae3db8c588e86fb054ad..9e434515edf5f67f7d6da7a431bd845f4dc0a733 100644 (file)
@@ -542,8 +542,8 @@ DEFUN ("ns-store-cut-buffer-internal", Fns_store_cut_buffer_internal,
 void
 nxatoms_of_nsselect (void)
 {
-  NXPrimaryPboard = @"PrimarySelection";
-  NXSecondaryPboard = @"SecondarySelection";
+  NXPrimaryPboard = @"Selection";
+  NXSecondaryPboard = @"Secondary";
 }
 
 void