]> git.eshelyaron.com Git - emacs.git/commit
Fix :type of some user options
authorEli Zaretskii <eliz@gnu.org>
Sun, 8 Sep 2024 16:17:48 +0000 (19:17 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 14 Sep 2024 20:14:55 +0000 (22:14 +0200)
commit4fb87730b008348f14f3e4a1901abdefbfafc6e0
tree78da2bc205d2234b5e36a3179a771281211a621e
parent67dec6163caf44a899c011a24bc0aa309e821243
Fix :type of some user options

* lisp/which-key.el:
* lisp/progmodes/python.el:
* lisp/play/animate.el:
* lisp/pixel-scroll.el:
* lisp/image/image-dired.el:
* lisp/htmlfontify.el: Change :type of user options from 'float'
to 'number' where integer values make sense.  (Bug#73098)

(cherry picked from commit 4073c624376148d469a27a7c487a9b2f49d5352a)
lisp/htmlfontify.el
lisp/image/image-dired.el
lisp/pixel-scroll.el
lisp/play/animate.el
lisp/progmodes/python.el
lisp/which-key.el