diff options
| author | Gerd Moellmann | 2001-01-16 12:42:22 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-16 12:42:22 +0000 |
| commit | 3007ebfbc762b66111961bf04707e1f85efc2d00 (patch) | |
| tree | f151feca14f952cd2f2dcf5409cff8dd240ed1ea /src/xselect.c | |
| parent | 69d1478a7986a6c2b69e3e0dc1e23bbf871beb21 (diff) | |
| download | emacs-3007ebfbc762b66111961bf04707e1f85efc2d00.tar.gz emacs-3007ebfbc762b66111961bf04707e1f85efc2d00.zip | |
Call redisplay_preserve_echo_area with additional arg.
Diffstat (limited to 'src/xselect.c')
| -rw-r--r-- | src/xselect.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xselect.c b/src/xselect.c index 08e4fd9b868..eae1b0cdb13 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -849,7 +849,7 @@ x_handle_selection_clear (event) | |||
| 849 | for (; CONSP (rest); rest = Fcdr (rest)) | 849 | for (; CONSP (rest); rest = Fcdr (rest)) |
| 850 | call1 (Fcar (rest), selection_symbol); | 850 | call1 (Fcar (rest), selection_symbol); |
| 851 | prepare_menu_bars (); | 851 | prepare_menu_bars (); |
| 852 | redisplay_preserve_echo_area (); | 852 | redisplay_preserve_echo_area (20); |
| 853 | } | 853 | } |
| 854 | } | 854 | } |
| 855 | } | 855 | } |
| @@ -886,7 +886,7 @@ x_clear_frame_selections (f) | |||
| 886 | #if 0 /* This can crash when deleting a frame | 886 | #if 0 /* This can crash when deleting a frame |
| 887 | from x_connection_closed. Anyway, it seems unnecessary; | 887 | from x_connection_closed. Anyway, it seems unnecessary; |
| 888 | something else should cause a redisplay. */ | 888 | something else should cause a redisplay. */ |
| 889 | redisplay_preserve_echo_area (); | 889 | redisplay_preserve_echo_area (21); |
| 890 | #endif | 890 | #endif |
| 891 | } | 891 | } |
| 892 | 892 | ||
| @@ -908,7 +908,7 @@ x_clear_frame_selections (f) | |||
| 908 | for (; CONSP (hooks); hooks = Fcdr (hooks)) | 908 | for (; CONSP (hooks); hooks = Fcdr (hooks)) |
| 909 | call1 (Fcar (hooks), selection_symbol); | 909 | call1 (Fcar (hooks), selection_symbol); |
| 910 | #if 0 /* See above */ | 910 | #if 0 /* See above */ |
| 911 | redisplay_preserve_echo_area (); | 911 | redisplay_preserve_echo_area (22); |
| 912 | #endif | 912 | #endif |
| 913 | } | 913 | } |
| 914 | XCDR (rest) = Fcdr (XCDR (rest)); | 914 | XCDR (rest) = Fcdr (XCDR (rest)); |