From: Glenn Morris Date: Thu, 22 Nov 2007 20:28:14 +0000 (+0000) Subject: (x-clipboard-yank): Fix declaration. X-Git-Tag: emacs-pretest-23.0.90~9539 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d0a3b8c2742982086d18a7bdd61b2a7b818072c7;p=emacs.git (x-clipboard-yank): Fix declaration. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ae7927296f6..2da23204b37 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2007-11-22 Glenn Morris + * emulation/cua-base.el (x-clipboard-yank): Fix declaration. + * emacs-lisp/check-declare.el (check-declare-locate): New function. (check-declare-scan): Use check-declare-locate. (check-declare-verify): No longer adjust fnfile, now 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.