Mercurial > emacs
changeset 86346:605b05ee020f
(x-clipboard-yank): Fix declaration.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 22 Nov 2007 20:28:04 +0000 |
parents | 84e43f9352ad |
children | b534e35f5d2e |
files | lisp/emulation/cua-base.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/cua-base.el Thu Nov 22 20:26:33 2007 +0000 +++ b/lisp/emulation/cua-base.el Thu Nov 22 20:28:04 2007 +0000 @@ -874,7 +874,7 @@ (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.