From 117c96c7690aadf654567207e5734b7ce63609b0 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 16 Sep 2010 18:47:21 -0400 Subject: Define obsolete alias x-cut-buffer-or-selection-value. * term/x-win.el (x-cut-buffer-or-selection-value): Define as obsolete alias for x-selection-value. --- lisp/term/x-win.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp/term/x-win.el') diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index b19e0f854d9..1950bef19be 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -1344,6 +1344,9 @@ The value nil is the same as this list: (or clip-text primary-text) ))) +(define-obsolete-function-alias 'x-cut-buffer-or-selection-value + 'x-selection-value "24.1") + ;; Arrange for the kill and yank functions to set and check the clipboard. (setq interprogram-cut-function 'x-select-text) (setq interprogram-paste-function 'x-selection-value) -- cgit v1.2.1