aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-11-22 13:56:22 +0000
committerJuanma Barranquero <[email protected]>2007-11-22 13:56:22 +0000
commit967c6c497ffa62a8ec7359a1b064adede594468f (patch)
tree215405099a914bc49ab773d74f67b31ece1ac185 /lisp/emulation
parentcc63039ece20e76162c591b44a4dcc315fc8b564 (diff)
(x-clipboard-yank): Declare as function.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/cua-base.el2
1 files changed, 2 insertions, 0 deletions
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.