noctuid / link-hint.el

Pentadactyl-like Link Hinting in Emacs with Avy
GNU General Public License v3.0
160 stars 22 forks source link

link-hint.el must start with three semi-colons rather than two #22

Closed emacs18 closed 6 years ago

emacs18 commented 6 years ago

When I tried to build link-hint package myself using quelpa, it failed, because the first line of the file has only two semi-colons rather than three. See package-buffer-info function in package.el for the regexp that expects three semi-colons. All other packages that I examined all start with three semi-colons.

I could have submitted a PR, but I don't do that often enough that it is a pain for me to refresh my memory on how to do that. Sorry.

noctuid commented 6 years ago

Thanks for reporting. I might not have ever noticed this issue otherwise. It looks like the format was correct for the initial commit and somewhere down the line I accidentally deleted a semicolon.