nnicandro / emacs-zmq

Emacs bindings to ØMQ
GNU General Public License v2.0
49 stars 18 forks source link

Detect and use the appropriate Emacs module suffix #29

Closed ydl7 closed 3 years ago

ydl7 commented 3 years ago

In different versions of Emacs (for example from 27 to 28 on Mac OS) the value of module-file-suffix can change. We just directly detect and use it for the dynamic library filename.

This is more robust than simply ignoring the suffix, as was done previously.

nnicandro commented 3 years ago

Thanks for this!