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

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

[elpa] externals/osm 95f11d1944: remove osm--location-str


From: ELPA Syncer
Subject: [elpa] externals/osm 95f11d1944: remove osm--location-str
Date: Sat, 26 Mar 2022 15:57:38 -0400 (EDT)

branch: externals/osm
commit 95f11d19446084801706f5fe3fc95c88586bb81d
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: GitHub <noreply@github.com>

    remove osm--location-str
---
 osm.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/osm.el b/osm.el
index 97e41836cb..bb9ad623a1 100644
--- a/osm.el
+++ b/osm.el
@@ -1292,10 +1292,6 @@ Optionally place transient pin with ID and NAME."
         (message "Stored bookmark: %s" name))
     (osm--revert)))
 
-(defun osm--location-str ()
-  "Returns the current location as a string."
-  (format "%.2f° %.2f° Z%s" osm--lat osm--lon osm--zoom))
-
 (defun osm--location-data (id name)
   "Fetch location info for ID with NAME."
   (let ((lat (or (car osm--transient-pin) osm--lat))



reply via email to

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