diff options
| author | YAMAMOTO Mitsuharu | 2005-05-13 02:28:53 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-05-13 02:28:53 +0000 |
| commit | 3f2bf04a77828d521245c29324340decc2f8c2f3 (patch) | |
| tree | 942348b3fabba7d348f8c090fe0ad9b8ac4c08bb /src/macselect.c | |
| parent | 0f64661897f7a2afa00de96f5d08f58ec567389b (diff) | |
| download | emacs-3f2bf04a77828d521245c29324340decc2f8c2f3.tar.gz emacs-3f2bf04a77828d521245c29324340decc2f8c2f3.zip | |
(syms_of_macselect) [MAC_OSX]: Apply a change that was previously
mentioned but actually not applied.
Diffstat (limited to 'src/macselect.c')
| -rw-r--r-- | src/macselect.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/macselect.c b/src/macselect.c index a115c9b3229..890bb62d1d4 100644 --- a/src/macselect.c +++ b/src/macselect.c | |||
| @@ -1104,9 +1104,11 @@ next communication only. After the communication, this variable is | |||
| 1104 | set to nil. */); | 1104 | set to nil. */); |
| 1105 | Vnext_selection_coding_system = Qnil; | 1105 | Vnext_selection_coding_system = Qnil; |
| 1106 | 1106 | ||
| 1107 | #ifdef MAC_OSX | ||
| 1107 | DEFVAR_LISP ("mac-services-selection", &Vmac_services_selection, | 1108 | DEFVAR_LISP ("mac-services-selection", &Vmac_services_selection, |
| 1108 | doc: /* Selection name for communication via Services menu. */); | 1109 | doc: /* Selection name for communication via Services menu. */); |
| 1109 | Vmac_services_selection = intern ("CLIPBOARD"); | 1110 | Vmac_services_selection = intern ("PRIMARY"); |
| 1111 | #endif | ||
| 1110 | 1112 | ||
| 1111 | QPRIMARY = intern ("PRIMARY"); staticpro (&QPRIMARY); | 1113 | QPRIMARY = intern ("PRIMARY"); staticpro (&QPRIMARY); |
| 1112 | QSECONDARY = intern ("SECONDARY"); staticpro (&QSECONDARY); | 1114 | QSECONDARY = intern ("SECONDARY"); staticpro (&QSECONDARY); |