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

(x-clipboard-yank): Declare as function.

This commit is contained in:
Juanma Barranquero 2007-11-22 13:56:22 +00:00
parent cc63039ece
commit 967c6c497f
2 changed files with 17 additions and 0 deletions

View 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,Ad(Brv <jan.h.d@swipnet.se>
* term/x-win.el (x-gtk-map-stock): Check if FILE is a string.

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