diff options
Diffstat (limited to 'lisp/emacs-lisp/icons.el')
-rw-r--r-- | lisp/emacs-lisp/icons.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/icons.el b/lisp/emacs-lisp/icons.el index ccc36577932..a08ac7463ce 100644 --- a/lisp/emacs-lisp/icons.el +++ b/lisp/emacs-lisp/icons.el @@ -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)) |