aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-15 14:44:02 +0000
committerEli Zaretskii2008-10-15 14:44:02 +0000
commit8e8c1a72149bf3d10d995979f4e76c3d38352820 (patch)
tree7e4a4c6c67ecf068778fa9d4990744336a71d4e3 /etc
parenta33a1f2ac9d4df1d0366784c9e981bc6444bd097 (diff)
downloademacs-8e8c1a72149bf3d10d995979f4e76c3d38352820.tar.gz
emacs-8e8c1a72149bf3d10d995979f4e76c3d38352820.zip
(Low-Level Kill Ring): interprogram-paste-function can now return a list
of strings.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5f6b67abdcc..151f9a096c7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1131,6 +1131,7 @@ this map rather than to function-key-map now.
1131+++ 1131+++
1132** `ignore-errors' is now a standard macro (does not require the CL package). 1132** `ignore-errors' is now a standard macro (does not require the CL package).
1133 1133
1134+++
1134** `interprogram-paste-function' can now return one string or a list 1135** `interprogram-paste-function' can now return one string or a list
1135of strings. In the latter case, Emacs puts the second and following 1136of strings. In the latter case, Emacs puts the second and following
1136strings on the kill ring. 1137strings on the kill ring.