michaelklishin / cucumber.el

Emacs mode for editing Cucumber plain text stories
None!
253 stars 90 forks source link

Replaced a call to obsolete function #19

Closed dotemacs closed 12 years ago

dotemacs commented 12 years ago

This was the error that would be produced when bytecompiling the feature-mode.el:

In feature-goto-step-definition: feature-mode.el:464:55:Warning: string-to-int' is an obsolete function (as of 22.1); usestring-to-number' instead.

Nothing critical, but it would be good to be able to compile the mode silently

Thank you

michaelklishin commented 12 years ago

Good catch!