]> git.eshelyaron.com Git - emacs.git/commitdiff
* nsselect.m (syms_of_nsselect): Don't intern QPRIMARY.
authorJan D <jan.h.d@swipnet.se>
Mon, 16 Aug 2010 08:17:02 +0000 (10:17 +0200)
committerJan D <jan.h.d@swipnet.se>
Mon, 16 Aug 2010 08:17:02 +0000 (10:17 +0200)
src/ChangeLog
src/nsselect.m

index 3feeb5c9a724eecc2eb172ff69d42e43fff1e219..bfc2f3582a6dfdddd035953c721b45b59d8aff9d 100644 (file)
@@ -2,6 +2,7 @@
 
        * nsselect.m: include keyboard.h for QPRIMARY, remove its
        declaration (Bug#6863).
+       (syms_of_nsselect): Don't intern QPRIMARY.
 
        * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
 
index fb1998a9799b3e3412ec81f85b1101b5088f53d2..f7e69964910c9c63ad65c8c9222e120896f3fe52 100644 (file)
@@ -543,7 +543,6 @@ nxatoms_of_nsselect (void)
 void
 syms_of_nsselect (void)
 {
-  QPRIMARY   = intern ("PRIMARY");     staticpro (&QPRIMARY);
   QSECONDARY = intern ("SECONDARY");   staticpro (&QSECONDARY);
   QTEXT      = intern ("TEXT");        staticpro (&QTEXT);
   QFILE_NAME = intern ("FILE_NAME");   staticpro (&QFILE_NAME);