paetzke / py-autopep8.el

py-autopep8.el integrates autopep8 into Emacs.
GNU General Public License v3.0
79 stars 21 forks source link

Error in emacs 24 #6

Closed corpix closed 10 years ago

corpix commented 10 years ago

There is an error when I try to execute py-autopep8-before-save on Python mode buffer:

Invalid function: decf

Emacs version is: GNU Emacs 24.3.1 And py-autopep8 version is: 20140528.1138 What information could I provide to help resolve this?

paetzke commented 10 years ago

Hi,

this is somewhat of a known issue. I have a patch: https://github.com/paetzke/py-autopep8.el/blob/replace-incf-and-decf/py-autopep8.el Would you try it?

paetzke commented 10 years ago

I merged the patch.

corpix commented 10 years ago

Fixed, thank you!