projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a2ee98
)
Fit the re-builder window to the buffer
author
Juri Linkov
<juri@linkov.net>
Mon, 5 Sep 2022 18:58:27 +0000
(20:58 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 5 Sep 2022 18:58:27 +0000
(20:58 +0200)
* lisp/emacs-lisp/re-builder.el (re-builder): Fit the height to
the buffer (bug#56772).
lisp/emacs-lisp/re-builder.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/re-builder.el
b/lisp/emacs-lisp/re-builder.el
index e6e8bb202da5d9b08f4930739b0605880ba5bd2e..897c35b5b19b92527a53a9165ae97df454360669 100644
(file)
--- a/
lisp/emacs-lisp/re-builder.el
+++ b/
lisp/emacs-lisp/re-builder.el
@@
-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)))