[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/w32select.c
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/src/w32select.c |
Date: |
Fri, 06 Sep 2002 05:04:56 -0400 |
Index: emacs/src/w32select.c
diff -c emacs/src/w32select.c:1.26 emacs/src/w32select.c:1.27
*** emacs/src/w32select.c:1.26 Sun Jul 14 20:00:37 2002
--- emacs/src/w32select.c Fri Sep 6 05:04:56 2002
***************
*** 463,470 ****
DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system,
doc: /* Coding system for the next communication with other
programs.
Usually, `selection-coding-system' is used for communicating with
! other programs. 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;
--- 463,470 ----
DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system,
doc: /* Coding system for the next communication with other
programs.
Usually, `selection-coding-system' is used for communicating with
! other programs. 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/w32select.c,
Juanma Barranquero <=