clojure-emacs / clomacs

Simplifies Emacs Lisp interaction with Clojure and vice versa.
200 stars 21 forks source link

Don't use obsoleted function #4

Closed syohex closed 8 years ago

syohex commented 8 years ago

string-to-int was obsoleted function since Emacs 22.1. There is a following byte-compile warning.

clomacs.el:106:23:Warning: `string-to-int' is an obsolete function (as of 22.1); use `string-to-number' instead.