Closed dotemacs closed 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.
string-to-int' is an obsolete function (as of 22.1); use
Nothing critical, but it would be good to be able to compile the mode silently
Thank you
Good catch!
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); use
string-to-number' instead.Nothing critical, but it would be good to be able to compile the mode silently
Thank you