ag91 / moldable-emacs

Adapting Emacs for moldable development
GNU General Public License v3.0
105 stars 8 forks source link

Fix void function for s-drop #30

Closed tychobrailleur closed 5 months ago

tychobrailleur commented 5 months ago

s-drop is not defined, causing me-plist-to-csv-string to fail with void-function. This commit addresses that issue, and adds an ERT test to ensure the function runs ok.

ag91 commented 5 months ago

my bad, I have to prefix those functions in my local configuration to not get confused. Thanks a lot for taking the time to fix this (and test it!)

tychobrailleur commented 5 months ago

No trouble! Thanks again for your amazing work on this!