emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/osm 0753e734e9: Minor cleanup


From: ELPA Syncer
Subject: [elpa] externals/osm 0753e734e9: Minor cleanup
Date: Wed, 11 May 2022 12:57:42 -0400 (EDT)

branch: externals/osm
commit 0753e734e9cc3c77cf70ccc126c3ee3831fb3a30
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

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

diff --git a/osm.el b/osm.el
index 08559316d8..bb515f6d4b 100644
--- a/osm.el
+++ b/osm.el
@@ -1065,8 +1065,7 @@ xmlns='http://www.w3.org/2000/svg' 
xmlns:xlink='http://www.w3.org/1999/xlink'>
     (setq-local
      header-line-format
      (concat
-      (format #(" %7.2f°" 0 6 (face bold)) osm--lat)
-      (format #(" %7.2f°" 0 6 (face bold)) osm--lon)
+      (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))
       (if (>= meter 1000) "km " "m ")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]