mhayashi1120 / Emacs-wgrep

Writable grep buffer and apply the changes to files
GNU General Public License v3.0
613 stars 43 forks source link

Turn on lexical-binding #84

Closed minad closed 1 year ago

minad commented 2 years ago

This helps the gccemacs native compiler and improves compiler warnings (unused variables).

minad commented 1 year ago

Ping @mhayashi1120. Could you please merge this? Lexical binding has many advantages and is pretty much standard now.

mhayashi1120 commented 1 year ago

@minad I know it, now working on to adjust the latest package.el system. Sorry it's taking so long.

minad commented 1 year ago

@mhayashi1120 I rebased the commit. Thanks for looking at it! Also thanks for your package. It is a crucial part of the workflow for many people!

mhayashi1120 commented 1 year ago

pushed with the major version upgrade. thanks for the request.

minad commented 1 year ago

Thanks!