gcv / julia-snail

An Emacs development environment for Julia
GNU General Public License v3.0
231 stars 21 forks source link

Avoid using 'buffer-local-value' as a generalized variable #129

Closed hieutkt closed 10 months ago

hieutkt commented 10 months ago

Since Emacs 29 `buffer-local-value' is deprecated as a generalized variable: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26624

This is a trivial fix to avoid the byte-compiler warning every time julia-snail is invoked.

gcv commented 10 months ago

Great catch, and thank you for contributing to Snail!