emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/select.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/select.el,v
Date: Thu, 22 Nov 2007 13:51:38 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/11/22 13:51:38

Index: select.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/select.el,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- select.el   13 Aug 2007 13:41:02 -0000      1.35
+++ select.el   22 Nov 2007 13:51:38 -0000      1.36
@@ -125,6 +125,8 @@
 
 ;;; Cut Buffer support
 
+(declare-function x-get-cut-buffer-internal "xselect.c")
+
 (defun x-get-cut-buffer (&optional which-one)
   "Returns the value of one of the 8 X server cut-buffers.
 Optional arg WHICH-ONE should be a number from 0 to 7, defaulting to 0.
@@ -136,6 +138,9 @@
             which-one)
      'CUT_BUFFER0)))
 
+(declare-function x-rotate-cut-buffers-internal "xselect.c")
+(declare-function x-store-cut-buffer-internal "xselect.c")
+
 (defun x-set-cut-buffer (string &optional push)
   "Store STRING into the X server's primary cut buffer.
 If PUSH is non-nil, also rotate the cut buffers:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]