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

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

[elpa] externals/osm 4f18c7dc78: Fix last commit


From: ELPA Syncer
Subject: [elpa] externals/osm 4f18c7dc78: Fix last commit
Date: Sat, 31 Dec 2022 16:57:54 -0500 (EST)

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

    Fix last commit
---
 osm.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/osm.el b/osm.el
index 148091553d..c0e37c16fe 100644
--- a/osm.el
+++ b/osm.el
@@ -1068,9 +1068,9 @@ xmlns='http://www.w3.org/2000/svg' 
xmlns:xlink='http://www.w3.org/1999/xlink'>
       (propertize " " 'display '(space :width (1)))
       (osm--header-button (format " %s " server) #'osm--server-menu)
       (propertize " " 'display '(space :width (1)))
-      (osm--header-button " + " #'osm-zoom-in 'fixed-pitch)
+      (osm--header-button " + " #'osm-zoom-in)
       (propertize " " 'display '(space :width (1)))
-      (osm--header-button " - " #'osm-zoom-out 'fixed-pitch)
+      (osm--header-button " - " #'osm-zoom-out)
       (format " Z%-2d " osm--zoom)
       (propertize " " 'display '(space :align-to (- center 15)))
       (format (propertize " %7.2f° %7.2f°" 'face 'bold) osm--lat osm--lon)



reply via email to

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