ljos / jq-mode

Emacs major mode for editing jq queries.
GNU General Public License v3.0
110 stars 12 forks source link

Silence byte-compiler warnings from lexical-binding #20

Closed nverno closed 4 years ago

nverno commented 4 years ago

Hi, this silences warnings from the byte-compiler due to lexical-binding by declaring company-keywords-alist and prefixing unused variables in the after-change-function, jq-interactive--update, with underscores.

ljos commented 4 years ago

Thanks!

ljos commented 4 years ago

I think the _ thing got lost in a wrong order of merges from one of your last PR. Thanks again for working on the project. You are doing a great job!

nverno commented 4 years ago

Thanks, I've been enjoying your using your library, it's a really unique approach! Yea, I thought I put the underscores there, but somehow lost em