diff options
Diffstat (limited to 'src/xselect.c')
| -rw-r--r-- | src/xselect.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xselect.c b/src/xselect.c index 1570c4fef9c..2a865e7cb8c 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -2208,8 +2208,7 @@ x_clipboard_manager_save_all (void) | |||
| 2208 | local_frame = XCAR (XCDR (XCDR (XCDR (local_selection)))); | 2208 | local_frame = XCAR (XCDR (XCDR (XCDR (local_selection)))); |
| 2209 | if (FRAME_LIVE_P (XFRAME (local_frame))) | 2209 | if (FRAME_LIVE_P (XFRAME (local_frame))) |
| 2210 | { | 2210 | { |
| 2211 | AUTO_STRING (saving, "Saving clipboard to X clipboard manager..."); | 2211 | message ("Saving clipboard to X clipboard manager..."); |
| 2212 | Fmessage (1, &saving); | ||
| 2213 | internal_condition_case_1 (x_clipboard_manager_save, local_frame, | 2212 | internal_condition_case_1 (x_clipboard_manager_save, local_frame, |
| 2214 | Qt, x_clipboard_manager_error_2); | 2213 | Qt, x_clipboard_manager_error_2); |
| 2215 | } | 2214 | } |