diff lisp/simple.el @ 85997:12109b56601f

(interprogram-cut-function, interprogram-paste-function): Don't make them frame-local any more.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 09 Nov 2007 20:55:29 +0000
parents 69cfa82e45bb
children 108c751714f7 880960b70474
line wrap: on
line diff
--- a/lisp/simple.el	Fri Nov 09 19:41:44 2007 +0000
+++ b/lisp/simple.el	Fri Nov 09 20:55:29 2007 +0000
@@ -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.
 
@@ -2588,8 +2586,6 @@
 difficult to tell whether Emacs or some other program provided the
 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)