defunkt / coffee-mode

Emacs Major Mode for CoffeeScript
http://ozmm.org/posts/coffee_mode.html
574 stars 147 forks source link

Send newline for ensuring compiling code #343

Closed syohex closed 8 years ago

syohex commented 8 years ago

Because coffee command does not generate JS code, if region does not end with newline.

This is related to #340. CC: @dmh43

dmh43 commented 8 years ago

Ah, good catch! This works for me now! The change seems benign too, :ship: ?

syohex commented 8 years ago

Thanks for checking. I have merged.