]> git.eshelyaron.com Git - emacs.git/commit
Fix the interactive spec for set-frame-width/height
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 21 Aug 2019 20:05:18 +0000 (13:05 -0700)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 21 Aug 2019 20:05:18 +0000 (13:05 -0700)
commit6224fce0d4168fb217175a2c9e40409a0055e436
treecafa00b39ce2ab324752e71d9e1292affbb44955
parent6c1cf80721f19c36e71a6825e705d09818b97de7
Fix the interactive spec for set-frame-width/height

* src/frame.c (Fset_frame_width):
(Fset_frame_height): Use `prefix-numeric-value' to get the proper
numeric value (bug#9970).
src/frame.c