From: Richard M. Stallman Date: Mon, 27 Jul 1998 05:39:15 +0000 (+0000) Subject: (set-clipboard-coding-system): Define as alias. X-Git-Tag: emacs-20.3~243 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d0b998812f18709565855a4d28cc7f6de3347043;p=emacs.git (set-clipboard-coding-system): Define as alias. --- 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,