changeset 85399:f887e22f9f21

Tom Horsley <tom.horsley at att.net>: interprogram-paste-function can return a list.
author Glenn Morris <rgm@gnu.org>
date Thu, 18 Oct 2007 04:53:10 +0000
parents e62de93b508a
children 62d330e3a0a8
files etc/NEWS
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Thu Oct 18 04:52:15 2007 +0000
+++ b/etc/NEWS	Thu Oct 18 04:53:10 2007 +0000
@@ -136,6 +136,10 @@
 
 ** 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.