branch: externals/osm
commit d14e43bb05a96762eef1b2c7c8c1de51767ed1e9
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Fix #52
---
 osm.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/osm.el b/osm.el
index 7f02fd656d..082604b0c9 100644
--- a/osm.el
+++ b/osm.el
@@ -60,7 +60,7 @@
   :prefix "osm-")
 
 (defcustom osm-curl-options
-  "--user-agent emacs-osm/1.0 --disable --fail --location --silent --max-time 
30"
+  " --disable --user-agent emacs-osm/1.0 --fail --location --silent --max-time 
30"
   "Curl command line options."
   :type 'string)
 

Reply via email to