Author :
jca
Date :
2026-09-04 11:37:35
Hash :de63081b Message :Update to emacs-31.1
https://www.gnu.org/software/emacs/news/NEWS.31.1
The most prominent change is probably the warnings spewed about
lexical-binding. To safely get rid of them you may add a cookie to your
.el files that explicitely disables lexical binding (dynamic binding has
been the default for years). You may also enable lexical binding which
allegedly has advantages (more efficient, less error prone) after
auditing your elisp code.
Tested by kirill@ namn@ izzy Meyer gkoehler@ matthieu@
ok kirill@ matthieu@