emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101448: Define obsolete alias x-cut-


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101448: Define obsolete alias x-cut-buffer-or-selection-value.
Date: Thu, 16 Sep 2010 18:47:21 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101448
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Thu 2010-09-16 18:47:21 -0400
message:
  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.
modified:
  lisp/ChangeLog
  lisp/term/x-win.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-09-16 22:32:54 +0000
+++ b/lisp/ChangeLog    2010-09-16 22:47:21 +0000
@@ -1,5 +1,8 @@
 2010-09-16  Chong Yidong  <address@hidden>
 
+       * 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  <address@hidden>

=== modified file 'lisp/term/x-win.el'
--- a/lisp/term/x-win.el        2010-09-02 10:17:02 +0000
+++ b/lisp/term/x-win.el        2010-09-16 22:47:21 +0000
@@ -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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]