/[emacs]/emacs/src/macselect.c
ViewVC logotype

Diff of /emacs/src/macselect.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mituharu, Fri May 6 08:03:08 2005 UTC revision 1.4 by mituharu, Fri May 13 02:28:53 2005 UTC
# Line 1104  next communication only.  After the comm Line 1104  next communication only.  After the comm
1104  set to nil.  */);  set to nil.  */);
1105    Vnext_selection_coding_system = Qnil;    Vnext_selection_coding_system = Qnil;
1106    
1107    #ifdef MAC_OSX
1108    DEFVAR_LISP ("mac-services-selection", &Vmac_services_selection,    DEFVAR_LISP ("mac-services-selection", &Vmac_services_selection,
1109                 doc: /* Selection name for communication via Services menu.  */);                 doc: /* Selection name for communication via Services menu.  */);
1110    Vmac_services_selection = intern ("CLIPBOARD");    Vmac_services_selection = intern ("PRIMARY");
1111    #endif
1112    
1113    QPRIMARY   = intern ("PRIMARY");      staticpro (&QPRIMARY);    QPRIMARY   = intern ("PRIMARY");      staticpro (&QPRIMARY);
1114    QSECONDARY = intern ("SECONDARY");    staticpro (&QSECONDARY);    QSECONDARY = intern ("SECONDARY");    staticpro (&QSECONDARY);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26