mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-28
e8488808dfAvoid aborts when a thread is signaled while "waiting for ...21397cce51Improve documentation string for 'compilation-error-regexp...2971a6890f* lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix t...e842d7f29aFix removal of fringe indication of bookmarksb5a0eda978Prefer "graphical displays" to "X terminals" in documentation4ad0fc0dd0Precise documentation of file-notify-add-watchf5b8df14c6Fixes to account for windows' tab linesced72b6e4c* Fix `native-compile-target-directory' effectiveness on t...502788bc3dAdd missing single quotes in the Emacs manual1af45ad04e; * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix...12654b7423* lisp/menu-bar.el (yank-menu-length): Fix docstring (bug#... # Conflicts: # lisp/gnus/gnus-undo.el # lisp/menu-bar.el
This commit is contained in:
commit
536968304b
16 changed files with 65 additions and 41 deletions
|
|
@ -1410,9 +1410,12 @@ before writing to it."
|
|||
(cadr fringes)
|
||||
(window-scroll-bar-width window)
|
||||
(window-right-divider-width window))
|
||||
(format "height header-line: %s mode-line: %s divider: %s\n"
|
||||
(format "height tab-line: %s header-line: %s mode-line: %s\n"
|
||||
(window-tab-line-height window)
|
||||
(window-header-line-height window)
|
||||
(window-mode-line-height window)
|
||||
(window-mode-line-height window))
|
||||
(format "height scroll-bar: %s divider: %s"
|
||||
(window-scroll-bar-height window)
|
||||
(window-bottom-divider-width window)))))
|
||||
(insert "\n")))
|
||||
|
||||
|
|
@ -1675,6 +1678,7 @@ return the minimum pixel-size of WINDOW."
|
|||
((let ((char-size (frame-char-size window))
|
||||
(pixel-height
|
||||
(+ (window-safe-min-size window nil t)
|
||||
(window-tab-line-height window)
|
||||
(window-header-line-height window)
|
||||
(window-scroll-bar-height window)
|
||||
(window-mode-line-height window)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue