]> git.eshelyaron.com Git - emacs.git/commitdiff
Tom Horsley <tom.horsley at att.net>:
authorGlenn Morris <rgm@gnu.org>
Thu, 18 Oct 2007 04:53:10 +0000 (04:53 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 18 Oct 2007 04:53:10 +0000 (04:53 +0000)
interprogram-paste-function can return a list.

etc/NEWS

index 07faf9c80615c7ae5cbbdb171841f2890c75da7c..62258f67ff45111570f1804ed7cbf88076b00daa 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -136,6 +136,10 @@ word at point.
 
 ** New command kill-matching-buffers kills buffers whose name matches a regexp.
 
+** `interprogram-paste-function' can now return one string or a list
+of strings.  In the latter case, Emacs puts the second and following
+strings on the kill ring.
+
 ** Minibuffer changes:
 
 *** isearch started in the minibuffer searches in the minibuffer history.