From 9503c190862c8f8cc2d34f393450bd692143a34e Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 29 Jul 2013 00:43:01 +0200 Subject: lisp/desktop.el: Fix problem creating minibuffer(less,only) frames. (desktop--make-frame): Include `minibuffer' in the minimal set of parameters passed when creating a frame, because the minibuffer status of a frame cannot be changed later. --- lisp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3708758df4b..ad193ea0d64 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2013-07-28 Juanma Barranquero + + * desktop.el (desktop--make-frame): Include `minibuffer' in the + minimal set of parameters passed when creating a frame, because + the minibuffer status of a frame cannot be changed later. + 2013-07-28 Stephen Berman * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of -- cgit v1.2.1