diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 5f866d52381..1a359e91f51 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -163,7 +163,7 @@ read_minibuf (map, initial, prompt, backup_n, expflag, histvar, histpos) | |||
| 163 | /* If the minibuffer window is on a different frame, save that | 163 | /* If the minibuffer window is on a different frame, save that |
| 164 | frame's configuration too. */ | 164 | frame's configuration too. */ |
| 165 | #ifdef MULTI_FRAME | 165 | #ifdef MULTI_FRAME |
| 166 | XSET (mini_frame, Lisp_Frame, WINDOW_FRAME (XWINDOW (minibuf_window))); | 166 | mini_frame = WINDOW_FRAME (XWINDOW (minibuf_window)); |
| 167 | if (XFRAME (mini_frame) != selected_frame) | 167 | if (XFRAME (mini_frame) != selected_frame) |
| 168 | record_unwind_protect (Fset_window_configuration, | 168 | record_unwind_protect (Fset_window_configuration, |
| 169 | Fcurrent_window_configuration (mini_frame)); | 169 | Fcurrent_window_configuration (mini_frame)); |