dominikh / go-mode.el

Emacs mode for the Go programming language
BSD 3-Clause "New" or "Revised" License
1.38k stars 211 forks source link

Fix two byte-compiler warnings #399

Closed skangas closed 2 years ago

skangas commented 2 years ago

This fixes two byte-compiler warnings in Emacs 28:

In go--in-function-p:
go-mode.el:2627:8: Warning: docstring wider than 80 characters

In go-set-project:
go-mode.el:2798:8: Warning: docstring wider than 80 characters
dominikh commented 2 years ago

Thanks.