1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
emacs/doc
Daniel Martín ef122bf45d 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).
2021-03-16 01:29:28 +01:00
..
emacs Merge from origin/emacs-27 2021-03-12 08:47:41 -08:00
lispintro Make tags tables from Texinfo sources 2021-03-11 16:42:57 +02:00
lispref Add minibuffer input support to commands that set the frame size 2021-03-16 01:29:28 +01:00
man Update copyright year to 2021 2021-01-01 01:13:56 -08:00
misc Make the kbd macro work in both Emacs-26 and Emacs-28 2021-03-15 10:04:20 -04:00