emacsfodder / move-text

move current line or region up or down
199 stars 12 forks source link

Study lexical binding #30

Closed paaguti closed 11 months ago

paaguti commented 11 months ago

I have enabled native compilation on master and got a bugging message:

Warning (comp): ~/.emacs.d/elpa/move-text-20221006.1634/move-text.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first line

It is nothing that would blow up things, but it would be nice to get rid of this.

The solution is easy, but it would need to be tested on early emacsen to which I have no access

jasonm23 commented 11 months ago

31 fixes