diff lisp/emulation/cua-base.el @ 86326:4b0440ce239b

(x-clipboard-yank): Declare as function.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 22 Nov 2007 13:53:04 +0000
parents 79412c640bdf
children 605b05ee020f
line wrap: on
line diff
--- a/lisp/emulation/cua-base.el	Thu Nov 22 13:52:35 2007 +0000
+++ b/lisp/emulation/cua-base.el	Thu Nov 22 13:53:04 2007 +0000
@@ -874,6 +874,8 @@
   (if (fboundp 'cua--cancel-rectangle)
       (cua--cancel-rectangle)))
 
+(declare-function x-clipboard-yank "term/x-win" ())
+
 (defun cua-paste (arg)
   "Paste last cut or copied region or rectangle.
 An active region is deleted before executing the command.