]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-clipboard-yank): Declare as function.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 22 Nov 2007 13:56:22 +0000 (13:56 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 22 Nov 2007 13:56:22 +0000 (13:56 +0000)
lisp/ChangeLog
lisp/emulation/cua-base.el

index 19eb904c7d098ff3e3043cf792c70557a466e953..e4334c65b44afad2f3b1eb0782389f4a90d740f1 100644 (file)
@@ -1,3 +1,18 @@
+2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
+
+       * dired.el (make-symbolic-link):
+       * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
+       (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
+       * dired-x.el (make-symbolic-link):
+       * frame.el (x-initialize-window-system):
+       * menu-bar.el (x-menu-bar-open):
+       * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
+       (x-store-cut-buffer-internal):
+       * wdired.el (make-symbolic-link):
+       * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
+       (x-send-client-message):
+       * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
+
 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
index a6cc217180b29f6dabbfadaecda1153a4ac5173f..de2cfe499f0e97fab95e08d34fb26b5421d01988 100644 (file)
@@ -874,6 +874,8 @@ 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" ())
+
 (defun cua-paste (arg)
   "Paste last cut or copied region or rectangle.
 An active region is deleted before executing the command.