From: Martin Rudalics Date: Sat, 22 Oct 2016 09:52:39 +0000 (+0200) Subject: On terminal frames ignore minibuffer frame parameter (Bug#24758) X-Git-Tag: emacs-26.0.90~1456 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d45be6bc45a321b7fd934c20e382509f9daf3f49;p=emacs.git On terminal frames ignore minibuffer frame parameter (Bug#24758) * src/frame.c (Fmake_terminal_frame): Don't complain when the caller asks for a deviant minibuffer setting (Bug#24758). --- diff --git a/src/frame.c b/src/frame.c index a1c2199d044..f3a548cbce7 100644 --- a/src/frame.c +++ b/src/frame.c @@ -1067,6 +1067,10 @@ affects all frames on the same terminal device. */) (t->display_info.tty->name ? build_string (t->display_info.tty->name) : Qnil)); + /* On terminal frames the `minibuffer' frame parameter is always + virtually t. Avoid that a different value in parms causes + complaints, see Bug#24758. */ + store_in_alist (&parms, Qminibuffer, Qt); Fmodify_frame_parameters (frame, parms); /* Make the frame face alist be frame-specific, so that each