diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-03-01 16:55:27 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-03-01 16:56:53 +0100 |
| commit | 046e5bdc0757e42b5c26b43ee56913a3d034bafa (patch) | |
| tree | ab166ccb74d0b8b255506eeb9a179fe7fa97b734 | |
| parent | 4e42db69330d59220c6deba4e9e0d24c2a5d0d22 (diff) | |
Add back comment removed in commit 4e42db69330d59220c6deba4e9e0d24c2a5d0d22
| -rw-r--r-- | osm.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -270,6 +270,7 @@ Should be at least 7 days according to the server usage policies." ;;;###autoload (autoload 'osm-prefix-map "osm" nil t 'keymap) (defalias 'osm-prefix-map osm-prefix-map) +;; TODO add support for touchscreen-pinch for zooming. (defvar-keymap osm-mode-map :doc "Keymap used by `osm-mode'." :parent (make-composed-keymap osm-prefix-map special-mode-map) |
