diff options
| author | Eli Zaretskii | 2008-10-15 14:44:02 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-15 14:44:02 +0000 |
| commit | 8e8c1a72149bf3d10d995979f4e76c3d38352820 (patch) | |
| tree | 7e4a4c6c67ecf068778fa9d4990744336a71d4e3 /etc | |
| parent | a33a1f2ac9d4df1d0366784c9e981bc6444bd097 (diff) | |
| download | emacs-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/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 |
| 1135 | of strings. In the latter case, Emacs puts the second and following | 1136 | of strings. In the latter case, Emacs puts the second and following |
| 1136 | strings on the kill ring. | 1137 | strings on the kill ring. |