rejeep / commander.el

Emacs command line parser
GNU General Public License v3.0
56 stars 8 forks source link

Use string-to-number instead of string-to-int #13

Closed conao3 closed 4 years ago

conao3 commented 4 years ago

Hi! Thanks for great work!

I found the code using string-to-int, it is obsolete. It has been removed in recent Emacs (> 27.1) and string-to-number has been implemented in its place.

rejeep commented 4 years ago

Thanks. I added you as a collaborator, feel free to merge!

conao3 commented 4 years ago

Thanks, I will!