diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-11-22 13:56:22 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-11-22 13:56:22 +0000 |
commit | 967c6c497ffa62a8ec7359a1b064adede594468f (patch) | |
tree | 215405099a914bc49ab773d74f67b31ece1ac185 /lisp/emulation/cua-base.el | |
parent | cc63039ece20e76162c591b44a4dcc315fc8b564 (diff) | |
download | emacs-967c6c497ffa62a8ec7359a1b064adede594468f.tar.gz emacs-967c6c497ffa62a8ec7359a1b064adede594468f.tar.bz2 emacs-967c6c497ffa62a8ec7359a1b064adede594468f.zip |
(x-clipboard-yank): Declare as function.
Diffstat (limited to 'lisp/emulation/cua-base.el')
-rw-r--r-- | lisp/emulation/cua-base.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index a6cc217180b..de2cfe499f0 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. |