mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-11 05:51:21 -08:00
(read_minibuf): Fix Lisp_Object vs. int problems.
This commit is contained in:
parent
c8951b1855
commit
75f00e7298
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ read_minibuf (map, initial, prompt, backup_n, expflag, histvar, histpos)
|
|||
/* If the minibuffer window is on a different frame, save that
|
||||
frame's configuration too. */
|
||||
#ifdef MULTI_FRAME
|
||||
XSET (mini_frame, Lisp_Frame, WINDOW_FRAME (XWINDOW (minibuf_window)));
|
||||
mini_frame = WINDOW_FRAME (XWINDOW (minibuf_window));
|
||||
if (XFRAME (mini_frame) != selected_frame)
|
||||
record_unwind_protect (Fset_window_configuration,
|
||||
Fcurrent_window_configuration (mini_frame));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue