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

    Optimize osm--update-header
---
 osm.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/osm.el b/osm.el
index 97cf698306..a7a1f87e85 100644
--- a/osm.el
+++ b/osm.el
@@ -1063,7 +1063,7 @@ xmlns='http://www.w3.org/2000/svg' 
xmlns:xlink='http://www.w3.org/1999/xlink'>
       (cl-incf idx))
     (setq-local
      header-line-format
-     (concat
+     (list
       (format (propertize " %7.2f° %7.2f°" 'face 'bold) osm--lat osm--lon)
       (propertize " " 'display '(space :align-to (- center 10)))
       (format "%3s " (if (>= meter 1000) (/ meter 1000) meter))

Reply via email to