From 117c96c7690aadf654567207e5734b7ce63609b0 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 16 Sep 2010 18:47:21 -0400 Subject: [PATCH] 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/ChangeLog | 3 +++ lisp/term/x-win.el | 3 +++ 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 525d7ffc6b0..7c2fbb87d97 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2010-09-16 Chong Yidong + * term/x-win.el (x-cut-buffer-or-selection-value): Define as + obsolete alias for x-selection-value. + * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge. 2010-09-16 Michael Albinus 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) -- 2.39.5