1
0
mirror of https://github.com/golang/go synced 2024-11-18 08:44:43 -07:00

cmd/guru: fix bug in mode map caused by bad merge

Change-Id: I2c4ff577f744e168a7914d15269636092ceef5a9
Reviewed-on: https://go-review.googlesource.com/19748
Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
Alan Donovan 2016-02-20 20:07:13 -05:00
parent ee6079c0ac
commit b0452eeec4

View File

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