]> git.eshelyaron.com Git - emacs.git/commit
Really make the *Completions* window soft-dedicated (bug#5030).
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 25 Nov 2009 16:36:04 +0000 (16:36 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 25 Nov 2009 16:36:04 +0000 (16:36 +0000)
commit04ae543a28153fda0c084a5d56f59e2f7b12510d
treec5a7f89212e2f6c481ae989ccc3f2b260a894f6d
parent084b049b75a381b25af90a54b8818822fdc5cc09
Really make the *Completions* window soft-dedicated (bug#5030).
* window.el (window--display-buffer-2): Add `dedicated' argument.
(display-buffer): Pass it when needed so the dedicated flag is set
after calling set-window-buffer, which would otherwise reset it.
lisp/ChangeLog
lisp/window.el