]> git.eshelyaron.com Git - emacs.git/commit
Optionally inhibit implied resizing while frame is made (Bug#76275)
authorMartin Rudalics <rudalics@gmx.at>
Sun, 23 Feb 2025 10:01:20 +0000 (11:01 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 26 Feb 2025 09:31:46 +0000 (10:31 +0100)
commit1281af6d350a8ae34c34ac323c5febea215be526
tree7792fb6af932fe5937c0712ea387ea3e0c01fc6e
parent3965f269d2d3549315a5647c6942ea0c0b97a1dc
Optionally inhibit implied resizing while frame is made (Bug#76275)

* src/frame.c (frame_inhibit_resize): Handle new value 'force'
for 'frame-inhibit-implied-resize' (Bug#76275).
(frame_inhibit_implied_resize): New value 'force' to inhibit
implied resizing while a new frame is made.
* lisp/cus-start.el (frame-inhibit-implied-resize): Make new
value 'force' customizable.
* doc/lispref/frames.texi (Implied Frame Resizing): Describe new
value 'force' of 'frame-inhibit-implied-resize'.
* etc/NEWS: Announce new value 'force' of
'frame-inhibit-implied-resize'.

(cherry picked from commit 499da9e1a9f63d9a767a3cab1f7771799e1d3274)
doc/lispref/frames.texi
lisp/cus-start.el
src/frame.c