hlolli / csound-mode

Emacs major mode for coding in Csound
41 stars 14 forks source link

Migrate from case to cl-case #11

Closed raxod502 closed 4 years ago

raxod502 commented 4 years ago

This is required for compatibility with recent Emacs versions. The unprefixed CL macros are deprecated and not loaded by default.

hlolli commented 4 years ago

These cl- functions I used are the source of most of the tickets and complaints so far. Thanks for fixing this one!