From: Glenn Morris Date: Thu, 18 Oct 2007 04:53:10 +0000 (+0000) Subject: Tom Horsley : X-Git-Tag: emacs-pretest-23.0.90~10254 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=539f5bdad231f4bd7a195427790207abefb7b2cf;p=emacs.git Tom Horsley : interprogram-paste-function can return a list. --- diff --git a/etc/NEWS b/etc/NEWS index 07faf9c8061..62258f67ff4 100644 --- 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.