Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

void function =string-to-int= #15

Closed
stardiviner opened this issue Jun 28, 2017 · 1 comment
Closed

void function =string-to-int= #15

stardiviner opened this issue Jun 28, 2017 · 1 comment

Comments

@stardiviner
Copy link

stardiviner commented Jun 28, 2017

I'm using Emacs version from source code repository with branch master. and Org-mode version from source code branch master.

And workaround is here:

(if (not (fboundp 'string-to-int)) ; used in `ob-go.el'
      (defalias 'string-to-int 'string-to-number))
@pope
Copy link
Owner

pope commented Jul 31, 2017

Just migrated to using string-to-number, since it was just in one place. Thanks to @twlz0ne for that.

@pope pope closed this as completed Jul 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants