mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 16:21:07 -08:00
Merge branch 'emacs-29' of git.sv.gnu.org:/srv/git/emacs into emacs-29
This commit is contained in:
commit
0154f5885e
1 changed files with 0 additions and 3 deletions
|
|
@ -1266,9 +1266,6 @@ minibuffer_unwind (void)
|
|||
set_window_buffer (window, Fcar (entry), 0, 0);
|
||||
Fset_window_start (window, Fcar (Fcdr (entry)), Qnil);
|
||||
Fset_window_point (window, Fcar (Fcdr (Fcdr (entry))));
|
||||
/* set-window-configuration may/will have unselected the
|
||||
mini-window as the selected window. Restore it. */
|
||||
Fset_frame_selected_window (exp_MB_frame, window, Qnil);
|
||||
}
|
||||
else
|
||||
set_window_buffer (window, nth_minibuffer (0), 0, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue