Fit the re-builder window to the buffer
* lisp/emacs-lisp/re-builder.el (re-builder): Fit the height to the buffer (bug#56772).
This commit is contained in:
parent
6a2ee981c3
commit
1763cd4727
1 changed files with 2 additions and 1 deletions
|
@ -369,7 +369,8 @@ provided in the Commentary section of this library."
|
|||
(get-buffer-create reb-buffer)
|
||||
`((display-buffer-in-direction)
|
||||
(direction . ,dir)
|
||||
(dedicated . t))))))
|
||||
(dedicated . t)
|
||||
(window-height . fit-window-to-buffer))))))
|
||||
(font-lock-mode 1)
|
||||
(reb-initialize-buffer)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue