1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00

* nsselect.m (syms_of_nsselect): Don't intern QPRIMARY.

This commit is contained in:
Jan D 2010-08-16 10:17:02 +02:00
parent 921242c6f4
commit 573d150b4c
2 changed files with 1 additions and 1 deletions

View 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).

View 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);