]> git.eshelyaron.com Git - emacs.git/commitdiff
Define obsolete alias x-cut-buffer-or-selection-value.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 16 Sep 2010 22:47:21 +0000 (18:47 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 16 Sep 2010 22:47:21 +0000 (18:47 -0400)
* term/x-win.el (x-cut-buffer-or-selection-value): Define as
obsolete alias for x-selection-value.

lisp/ChangeLog
lisp/term/x-win.el

index 525d7ffc6b080f213719fa6eeea05b470aefeae7..7c2fbb87d9759e6d8628ced6f7a4960a2e70c9ad 100644 (file)
@@ -1,5 +1,8 @@
 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
 
+       * 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  <michael.albinus@gmx.de>
index b19e0f854d90e3b5dd0073e3a3fc3721cc86c603..1950bef19be5b55786713981f9d702c75e816412 100644 (file)
@@ -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)