emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el,v
Date: Fri, 09 Nov 2007 20:55:30 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/11/09 20:55:29

Index: simple.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/simple.el,v
retrieving revision 1.887
retrieving revision 1.888
diff -u -b -r1.887 -r1.888
--- simple.el   3 Nov 2007 03:08:03 -0000       1.887
+++ simple.el   9 Nov 2007 20:55:28 -0000       1.888
@@ -2561,8 +2561,6 @@
 The second, optional, argument PUSH, has the same meaning as the
 similar argument to `x-set-cut-buffer', which see.")
 
-(make-variable-frame-local 'interprogram-cut-function)
-
 (defvar interprogram-paste-function nil
   "Function to call to get text cut from other programs.
 
@@ -2589,8 +2587,6 @@
 current string, it is probably good enough to return nil if the string
 is equal (according to `string=') to the last text Emacs provided.")
 
-(make-variable-frame-local 'interprogram-paste-function)
-
 
 
 ;;;; The kill ring data structure.




reply via email to

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