branch: elpa/go-mode
commit b02c6f62ff64a2724bb1a0ad0e5c5a506e40f783
Author: Philipp Stephani <[email protected]>
Commit: Dominik Honnef <[email protected]>
Fix local variables list.
This avoids a compiler warning that the variable list isn't properly
terminated.
Closes: gh-241 [via git-merge-pr]
---
go-guru.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/go-guru.el b/go-guru.el
index ca83cbc..89e7e7d 100644
--- a/go-guru.el
+++ b/go-guru.el
@@ -552,9 +552,9 @@ end point."
(provide 'go-guru)
-;; Local variables:
+;; Local Variables:
;; indent-tabs-mode: t
;; tab-width: 8
-;; End
+;; End:
;;; go-guru.el ends here