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 23.4 doesn't like recursive defsubsts (js3-treeify) when byte-compiling #51

Closed vsedach closed 12 years ago

vsedach commented 12 years ago

Changing js3-treeify to regular defun works ok.

tamzinblake commented 12 years ago

There are also some deprecation issues with new versions of emacs - not quite sure how to solve some of them yet. (interactive) is the most annoying.