editorconfig / editorconfig-emacs

EditorConfig plugin for Emacs
https://editorconfig.org
GNU General Public License v3.0
748 stars 107 forks source link

fix: Fix compile warnings #298

Closed jcs090218 closed 1 year ago

jcs090218 commented 1 year ago

Fix compile warning https://github.com/editorconfig/editorconfig-emacs/actions/runs/4655590115/jobs/8238372696#step:5:66

In editorconfig-set-indentation-python-mode:
editorconfig.el:414:36:Warning: assignment to free variable
    ‘python-indent-offset’
xuhdev commented 1 year ago

Could you rebase?