1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(x-clipboard-yank): Fix declaration.

This commit is contained in:
Glenn Morris 2007-11-22 20:28:14 +00:00
parent 145cc6b9ea
commit d0a3b8c274
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2007-11-22 Glenn Morris <rgm@gnu.org>
* 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

View File

@ -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.