jsx / jsx-mode.el

Emacs major mode for JSX, an altJS
72 stars 13 forks source link

Bugs on emacs-25.1. The warning messages: #15

Closed dikim33 closed 4 years ago

dikim33 commented 7 years ago

Warning (bytecomp): ‘beginning-of-buffer’ is for interactive use only; use ‘(goto-char (point-min))’ instead. Warning (bytecomp): ‘replace-string’ is for interactive use only; use ‘search-forward’ and ‘replace-match’ instead. I am not sure if my fix is perfect but it definitely removes the above warning messages since I followed its suggestions.

abicky commented 4 years ago

Thank you for your PR :)