From d0a3b8c2742982086d18a7bdd61b2a7b818072c7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 22 Nov 2007 20:28:14 +0000 Subject: [PATCH] (x-clipboard-yank): Fix declaration. --- lisp/ChangeLog | 2 ++ lisp/emulation/cua-base.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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. -- 2.39.2