From: Richard M. Stallman Date: Sun, 12 Jul 1998 05:58:47 +0000 (+0000) Subject: (set-selection-coding-system): Renamed from set-clipboard-coding-system. X-Git-Tag: emacs-20.3~338 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14915c37c2c440b356a95aaf3bc5b4612bf8c875;p=emacs.git (set-selection-coding-system): Renamed from set-clipboard-coding-system. Set the variable's new name, selection-coding-system. --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index f5267eb1cca..140402e0459 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -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.