NicolasPetton / Indium

A JavaScript development environment for Emacs
https://indium.readthedocs.io
GNU General Public License v3.0
1.13k stars 61 forks source link

‘map-put’ is an obsolete macro (as of 27.1) #245

Closed Eason0210 closed 3 years ago

Eason0210 commented 4 years ago

I got the below errors when open html file with javascript code. In the JS RPEL mode, the delay was very high when i inputed code.

../../home/my-emacs/site-lisp/extensions/Indium/indium-client.el: ‘map-put’ is an obsolete macro (as of 27.1); use map-put! or (setf (map-elt ...) ...) instead ../../home/my-emacs/site-lisp/extensions/Indium/indium-breakpoint.el: ‘map-put’ is an obsolete macro (as of 27.1); use map-put! or (setf (map-elt ...) ...) instead

OS: Windows 10 Emacs: 28.0.50

NicolasPetton commented 3 years ago

Merged in master, closing.