[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/w16select.c
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/src/w16select.c |
Date: |
Mon, 14 Oct 2002 07:01:17 -0400 |
Index: emacs/src/w16select.c
diff -c emacs/src/w16select.c:1.31 emacs/src/w16select.c:1.32
*** emacs/src/w16select.c:1.31 Fri Sep 6 05:04:40 2002
--- emacs/src/w16select.c Mon Oct 14 07:01:17 2002
***************
*** 748,755 ****
doc: /* Coding system for communicating with other X clients.
When sending or receiving text via cut_buffer, selection, and clipboard,
the text is encoded or decoded by this coding system.
! A default value is `iso-latin-1-dos'. */);
! Vselection_coding_system=intern ("iso-latin-1-dos");
DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system,
doc: /* Coding system for the next communication with other X
clients.
--- 748,755 ----
doc: /* Coding system for communicating with other X clients.
When sending or receiving text via cut_buffer, selection, and clipboard,
the text is encoded or decoded by this coding system.
! The default value is `iso-latin-1-dos'. */);
! Vselection_coding_system = intern ("iso-latin-1-dos");
DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system,
doc: /* Coding system for the next communication with other X
clients.