]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-selection-coding-system): Renamed from set-clipboard-coding-system.
authorRichard M. Stallman <rms@gnu.org>
Sun, 12 Jul 1998 05:58:47 +0000 (05:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 12 Jul 1998 05:58:47 +0000 (05:58 +0000)
Set the variable's new name, selection-coding-system.

lisp/international/mule.el

index f5267eb1cca0ac981d9f364bd82b7142f51f6f3b..140402e045910266c6292e46a316fea96c60f936 100644 (file)
@@ -745,12 +745,12 @@ For a list of possible values of CODING-SYSTEM, use \\[list-coding-systems]."
       (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.