[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 06:24:29 -0400 |
Index: emacs/src/w16select.c
diff -c emacs/src/w16select.c:1.30 emacs/src/w16select.c:1.31
*** emacs/src/w16select.c:1.30 Sun Jul 14 20:00:37 2002
--- emacs/src/w16select.c Fri Sep 6 05:04:40 2002
***************
*** 754,761 ****
DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system,
doc: /* Coding system for the next communication with other X
clients.
Usually, `selection-coding-system' is used for communicating with
! other X clients. But, if this variable is set, it is used for the
! next communication only. After the communication, this variable is
set to nil. */);
Vnext_selection_coding_system = Qnil;
--- 754,761 ----
DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system,
doc: /* Coding system for the next communication with other X
clients.
Usually, `selection-coding-system' is used for communicating with
! other X clients. But, if this variable is set, it is used for the
! next communication only. After the communication, this variable is
set to nil. */);
Vnext_selection_coding_system = Qnil;
- [Emacs-diffs] Changes to emacs/src/w16select.c,
Juanma Barranquero <=