(Vnext_selection_coding_system): New variable.
authorGeoff Voelker <voelker@cs.washington.edu>
Wed, 28 Oct 1998 03:50:07 +0000 (03:50 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Wed, 28 Oct 1998 03:50:07 +0000 (03:50 +0000)
commit93cbf229f9902f24ac85b1611a0b170654786778
treebe76dc1cdb3546172aaabfd98fa84eba867c3486
parent931f525c9e95ffb9660a77e053ec409357fc4a27
(Vnext_selection_coding_system): New variable.
(syms_of_w32select): DEFVAR_LISP it.
(Fw32_set_clipboard_data): Use Vnext_selection_coding_system if
non-nil.  Always convert multibyte strings.
(Fw32_get_clipboard_data): Use Vnext_selection_coding_system if
non-nil.  Always convert a string that includes non-ASCII characters.
src/w32select.c