diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 1 | ||||
| -rw-r--r-- | src/nsselect.m | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3feeb5c9a72..bfc2f3582a6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * nsselect.m: include keyboard.h for QPRIMARY, remove its | 3 | * nsselect.m: include keyboard.h for QPRIMARY, remove its |
| 4 | declaration (Bug#6863). | 4 | declaration (Bug#6863). |
| 5 | (syms_of_nsselect): Don't intern QPRIMARY. | ||
| 5 | 6 | ||
| 6 | * xselect.c: Remove declaration of QPRIMARY (Bug#6864). | 7 | * xselect.c: Remove declaration of QPRIMARY (Bug#6864). |
| 7 | 8 | ||
diff --git a/src/nsselect.m b/src/nsselect.m index fb1998a9799..f7e69964910 100644 --- a/src/nsselect.m +++ b/src/nsselect.m | |||
| @@ -543,7 +543,6 @@ nxatoms_of_nsselect (void) | |||
| 543 | void | 543 | void |
| 544 | syms_of_nsselect (void) | 544 | syms_of_nsselect (void) |
| 545 | { | 545 | { |
| 546 | QPRIMARY = intern ("PRIMARY"); staticpro (&QPRIMARY); | ||
| 547 | QSECONDARY = intern ("SECONDARY"); staticpro (&QSECONDARY); | 546 | QSECONDARY = intern ("SECONDARY"); staticpro (&QSECONDARY); |
| 548 | QTEXT = intern ("TEXT"); staticpro (&QTEXT); | 547 | QTEXT = intern ("TEXT"); staticpro (&QTEXT); |
| 549 | QFILE_NAME = intern ("FILE_NAME"); staticpro (&QFILE_NAME); | 548 | QFILE_NAME = intern ("FILE_NAME"); staticpro (&QFILE_NAME); |