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

Diff of /emacs/src/w16select.c

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

revision 1.31 by lektu, Fri Sep 6 09:04:40 2002 UTC revision 1.32 by lektu, Mon Oct 14 11:01:17 2002 UTC
# Line 748  syms_of_win16select () Line 748  syms_of_win16select ()
748                 doc: /* Coding system for communicating with other X clients.                 doc: /* Coding system for communicating with other X clients.
749  When sending or receiving text via cut_buffer, selection, and clipboard,  When sending or receiving text via cut_buffer, selection, and clipboard,
750  the text is encoded or decoded by this coding system.  the text is encoded or decoded by this coding system.
751  A default value is `iso-latin-1-dos'.  */);  The default value is `iso-latin-1-dos'.  */);
752    Vselection_coding_system=intern ("iso-latin-1-dos");    Vselection_coding_system = intern ("iso-latin-1-dos");
753    
754    DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system,    DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system,
755                 doc: /* Coding system for the next communication with other X clients.                 doc: /* Coding system for the next communication with other X clients.

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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