summaryrefslogtreecommitdiff
path: root/lisp/emulation/cua-base.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-11-22 20:28:14 +0000
committerGlenn Morris <rgm@gnu.org>2007-11-22 20:28:14 +0000
commitd0a3b8c2742982086d18a7bdd61b2a7b818072c7 (patch)
treec83982ecdf5edff43d8f00ac3a49d1a35f209d9e /lisp/emulation/cua-base.el
parent145cc6b9ea127439b239ffddbcbbf687170b759c (diff)
downloademacs-d0a3b8c2742982086d18a7bdd61b2a7b818072c7.tar.gz
(x-clipboard-yank): Fix declaration.
Diffstat (limited to 'lisp/emulation/cua-base.el')
-rw-r--r--lisp/emulation/cua-base.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index de2cfe499f0..8480b668544 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -874,7 +874,7 @@ 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" ())
+(declare-function x-clipboard-yank "../term/x-win" ())
(defun cua-paste (arg)
"Paste last cut or copied region or rectangle.