From 967c6c497ffa62a8ec7359a1b064adede594468f Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 22 Nov 2007 13:56:22 +0000 Subject: (x-clipboard-yank): Declare as function. --- lisp/emulation/cua-base.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/emulation') diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index a6cc217180..de2cfe499f 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el @@ -874,6 +874,8 @@ With numeric prefix arg, copy to register 0-9 instead." (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. -- cgit v1.2.3