[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/nsselect.m,v
From: |
Adrian Robert |
Subject: |
[Emacs-diffs] Changes to emacs/src/nsselect.m,v |
Date: |
Mon, 28 Jul 2008 01:41:59 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Adrian Robert <arobert> 08/07/28 01:41:57
Index: nsselect.m
===================================================================
RCS file: /sources/emacs/emacs/src/nsselect.m,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- nsselect.m 22 Jul 2008 19:25:08 -0000 1.7
+++ nsselect.m 28 Jul 2008 01:41:57 -0000 1.8
@@ -40,10 +40,6 @@
static Lisp_Object Vselection_converter_alist;
/* 23: new */
-/* Coding system for communicating with other programs. */
-static Lisp_Object Vselection_coding_system;
-/* Coding system for the next communicating with other programs. */
-static Lisp_Object Vnext_selection_coding_system;
static Lisp_Object Qforeign_selection;
NSString *NXSecondaryPboard;
@@ -608,21 +604,6 @@
Vns_lost_selection_hooks = Qnil;
/* 23: { */
- DEFVAR_LISP ("selection-coding-system", &Vselection_coding_system,
- doc: /* Coding system for communicating with other programs.
-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 determined by the system script code. */);
- Vselection_coding_system = Qnil;
-
- 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;
-
Qforeign_selection = intern ("foreign-selection");
staticpro (&Qforeign_selection);
/* } */
- [Emacs-diffs] Changes to emacs/src/nsselect.m,v, Miles Bader, 2008/07/15
- [Emacs-diffs] Changes to emacs/src/nsselect.m,v, Miles Bader, 2008/07/15
- [Emacs-diffs] Changes to emacs/src/nsselect.m,v, Glenn Morris, 2008/07/15
- [Emacs-diffs] Changes to emacs/src/nsselect.m,v, Stefan Monnier, 2008/07/16
- [Emacs-diffs] Changes to emacs/src/nsselect.m,v, Dan Nicolaescu, 2008/07/21
- [Emacs-diffs] Changes to emacs/src/nsselect.m,v, Chong Yidong, 2008/07/22
- [Emacs-diffs] Changes to emacs/src/nsselect.m,v,
Adrian Robert <=