Mercurial > emacs
changeset 86326:4b0440ce239b
(x-clipboard-yank): Declare as function.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 22 Nov 2007 13:53:04 +0000 |
parents | 613267d53431 |
children | d5a755ed000f |
files | lisp/emulation/cua-base.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/cua-base.el Thu Nov 22 13:52:35 2007 +0000 +++ b/lisp/emulation/cua-base.el Thu Nov 22 13:53:04 2007 +0000 @@ -874,6 +874,8 @@ (if (fboundp 'cua--cancel-rectangle) (cua--cancel-rectangle))) +(declare-function x-clipboard-yank "term/x-win" ()) + (defun cua-paste (arg) "Paste last cut or copied region or rectangle. An active region is deleted before executing the command.