tamzinblake / js3-mode

A chimeric fork of js2-mode and js-mode
GNU General Public License v3.0
181 stars 13 forks source link

Emacs warnings #102

Closed rrthomas closed 9 years ago

rrthomas commented 9 years ago

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.

tamzinblake commented 9 years ago

Fixed by 38ae4c3