diff options
author | Martin Rudalics <rudalics@gmx.at> | 2021-02-06 09:28:40 +0100 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2021-02-06 09:28:40 +0100 |
commit | 6c5ddf0e0bc4e3e3ed819835f00419b7289d33c7 (patch) | |
tree | f81c76c885f062dd7c031af0ab57ec3ccff43ad8 /lisp/cus-start.el | |
parent | c71e08eba94fc821616ab8d48847ff7130974d61 (diff) | |
download | emacs-6c5ddf0e0bc4e3e3ed819835f00419b7289d33c7.tar.gz emacs-6c5ddf0e0bc4e3e3ed819835f00419b7289d33c7.tar.bz2 emacs-6c5ddf0e0bc4e3e3ed819835f00419b7289d33c7.zip |
Fix two small tab bar issues
* lisp/cus-start.el (frame-inhibit-implied-resize): Update version tag.
* lisp/frame.el (frame-inner-height): Do not count in tab bar.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 4b7c3863063..b7f0d7e2a85 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -336,7 +336,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of (const :tag "Never" nil) (const :tag "Always" t) (repeat (symbol :tag "Parameter"))) - "25.1") + "27.1") (iconify-child-frame frames (choice (const :tag "Do nothing" nil) |