* lisp/emacs-lisp/icons.el (icons--create): Use default rotation 0 (bug#57813)

This commit is contained in:
Juri Linkov 2022-09-24 20:17:28 +03:00
parent 4c66a4addc
commit 8574ae625e

View file

@ -203,7 +203,7 @@ present if the icon is represented by an image."
(window-default-line-height)
height)
:scale 1
:rotation (plist-get keywords :rotation)
:rotation (or (plist-get keywords :rotation) 0)
:ascent (if (plist-member keywords :ascent)
(plist-get keywords :ascent)
'center))