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:
parent
921242c6f4
commit
573d150b4c
2 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue