1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

Tom Horsley <tom.horsley at att.net>:

interprogram-paste-function can return a list.
This commit is contained in:
Glenn Morris 2007-10-18 04:53:10 +00:00
parent d4cb483359
commit 539f5bdad2

View File

@ -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.