# HG changeset patch # User Glenn Morris # Date 1192683190 0 # Node ID f887e22f9f21d7c50201b80ad014f6d965243476 # Parent e62de93b508a4bdf61ce2157806517aff4812d89 Tom Horsley : interprogram-paste-function can return a list. diff -r e62de93b508a -r f887e22f9f21 etc/NEWS --- 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.