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

Emacs warnings #102

Closed
rrthomas opened this issue Aug 4, 2014 · 1 comment
Closed

Emacs warnings #102

rrthomas opened this issue Aug 4, 2014 · 1 comment

Comments

@rrthomas
Copy link
Contributor

rrthomas commented Aug 4, 2014

When byte-compiling, Emacs warns about the following, which should be easy to fix:

In js3-delete-semicolons:
js3.el:6713:11:Warning: `delete-backward-char' used from Lisp code
That command is designed for interactive use only

In js3-mode-toggle-warnings-and-errors:
js3.el:11761:44:Warning: interactive-p' is an obsolete function (as of 23.2); usecalled-interactively-p' instead.

rrthomas added a commit to rrthomas/js3-mode that referenced this issue Aug 4, 2014
@tamzinblake
Copy link
Owner

Fixed by 38ae4c3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants