# HG changeset patch # User Chong Yidong # Date 1284677241 14400 # Node ID df57f787c0a4dab16184d7ecadf3015b48c63b3e # Parent f25651f73f70dfddfffe8e7b100c9f9d87c95371 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. diff -r f25651f73f70 -r df57f787c0a4 lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 16 18:32:54 2010 -0400 +++ b/lisp/ChangeLog Thu Sep 16 18:47:21 2010 -0400 @@ -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 -r f25651f73f70 -r df57f787c0a4 lisp/term/x-win.el --- a/lisp/term/x-win.el Thu Sep 16 18:32:54 2010 -0400 +++ b/lisp/term/x-win.el Thu Sep 16 18:47:21 2010 -0400 @@ -1344,6 +1344,9 @@ (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)