1
0
mirror of https://github.com/golang/go synced 2024-11-18 11:14:39 -07:00

cmd/guru: fix mode map, again

Change-Id: Ic1fef2e237205ed392912601324415af625417b0
Reviewed-on: https://go-review.googlesource.com/19749
Reviewed-by: Dominik Honnef <dominik@honnef.co>
Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
Alan Donovan 2016-02-20 20:14:32 -05:00
parent ba766134cc
commit a69e659f44

View File

@ -34,7 +34,7 @@
"History of values supplied to `go-guru-set-scope'.")
;; Extend go-mode-map.
(let ((m go-guru-map))
(let ((m (define-prefix-command 'go-guru-map)))
(define-key m "d" #'go-guru-describe)
(define-key m "f" #'go-guru-freevars)
(define-key m "i" #'go-guru-implements)