aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/textconv.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/textconv.c b/src/textconv.c
index 60f3ba80577..a4de991ef02 100644
--- a/src/textconv.c
+++ b/src/textconv.c
@@ -2138,7 +2138,10 @@ replacement key sequence returned starts a new key sequence and makes
2138 if (WINDOW_LIVE_P (f->old_selected_window) 2138 if (WINDOW_LIVE_P (f->old_selected_window)
2139 && FRAME_WINDOW_P (f) 2139 && FRAME_WINDOW_P (f)
2140 && EQ (XWINDOW (f->old_selected_window)->contents, 2140 && EQ (XWINDOW (f->old_selected_window)->contents,
2141 buffer)) 2141 buffer)
2142 /* Always reset the text conversion style of the
2143 selected frame. */
2144 || (f == SELECTED_FRAME ()))
2142 { 2145 {
2143 block_input (); 2146 block_input ();
2144 reset_frame_state (f); 2147 reset_frame_state (f);