]> git.eshelyaron.com Git - emacs.git/commit
Add minibuffer input support to commands that set the frame size
authorDaniel Martín <mardani29@yahoo.es>
Tue, 16 Mar 2021 00:29:28 +0000 (01:29 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 16 Mar 2021 00:29:28 +0000 (01:29 +0100)
commitef122bf45d8ab7f8ec31612ac39fc521039ae19a
tree27759da1a8186f644edd2d88199df8b43007935c
parentc4549d3b37f7f3b9a9b5376eebb39b1929c48bd1
Add minibuffer input support to commands that set the frame size

* lisp/frame.el (set-frame-property--interactive): Internal function to
produce the interactive form of `set-frame-width' and
`set-frame-height'.  Offer the current size as default.  (Bug#9970)
* src/frame.c (Fset_frame_height): Modify to call
`set-frame-property--interactive'.
(Fset_frame_width): Modify to call `set-frame-property--interactive'.
* doc/lispref/frames.texi (Frame Size): Update the manuals.
* etc/NEWS: Advertise the change (bug#9970).
doc/lispref/frames.texi
etc/NEWS
lisp/frame.el
src/frame.c