summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog15
-rw-r--r--lisp/emulation/cua-base.el2
2 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 19eb904c7d0..e4334c65b44 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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,Ad(Brv <jan.h.d@swipnet.se>
* term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index a6cc217180b..de2cfe499f0 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -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.