branch: externals/osm
commit 880dacaf8d9c415bede356f20dbe798e37a90d95
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Minor cleanup
---
 osm.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/osm.el b/osm.el
index 0977e6b206..85fb3ba3fe 100644
--- a/osm.el
+++ b/osm.el
@@ -1138,8 +1138,7 @@ xmlns='http://www.w3.org/2000/svg' 
xmlns:xlink='http://www.w3.org/1999/xlink'>
                         (if (listp copyright)
                             (string-join copyright " | ")
                           copyright)
-                        (propertize " " 'display '(space :align-to right))
-                        " ")))
+                        (propertize " " 'display '(space :align-to (+ 42 
right))))))
       (add-face-text-property
        0 (length copyright)
        '(:inherit (header-line variable-pitch) :height 0.65)

Reply via email to