From d0b998812f18709565855a4d28cc7f6de3347043 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 27 Jul 1998 05:39:15 +0000 Subject: [PATCH] (set-clipboard-coding-system): Define as alias. --- lisp/international/mule.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 50279de8836..45e742da5e6 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -745,6 +745,8 @@ For a list of possible values of CODING-SYSTEM, use \\[list-coding-systems]." (set-process-coding-system proc decoding encoding))) (force-mode-line-update)) +(defalias 'set-clipboard-coding-system 'set-selection-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, -- 2.39.2