changeset 22741:763e88fd4ca2

(set-selection-coding-system): Renamed from set-clipboard-coding-system. Set the variable's new name, selection-coding-system.
author Richard M. Stallman <rms@gnu.org>
date Sun, 12 Jul 1998 05:58:47 +0000
parents 1e47dd38609d
children 39fe58403429
files lisp/international/mule.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule.el	Sun Jul 12 05:56:12 1998 +0000
+++ b/lisp/international/mule.el	Sun Jul 12 05:58:47 1998 +0000
@@ -745,12 +745,12 @@
       (set-process-coding-system proc decoding encoding)))
   (force-mode-line-update))
 
-(defun set-clipboard-coding-system (coding-system)
+(defun set-selection-coding-system (coding-system)
   "Make CODING-SYSTEM used for communicating with other X clients .
 When sending or receiving text via cut_buffer, selection, and clipboard,
 the text is encoded or decoded by CODING-SYSTEM."
   (check-coding-system coding-system)
-  (setq clipboard-coding-system coding-system))
+  (setq selection-coding-system coding-system))
 
 (defun set-coding-priority (arg)
   "Set priority of coding categories according to LIST.