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

    osm-curl-options: Set user agent
---
 osm.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to