alexott / muse

Emacs MUSE
https://gna.org/projects/muse-el/
GNU General Public License v3.0
55 stars 12 forks source link

This still depends on assoc.el, which was remove from emacs 29 #13

Closed tarsius closed 1 year ago

tarsius commented 1 year ago

assoc.el was made obsolete eleven years ago (https://github.com/emacsmirror/emacs/commit/797e6e88e9cfae3c03287ef198223e7152da7c33) and has now been removed from the emacs-29 branch (https://github.com/emacsmirror/emacs/commit/17b3f8d56e254f8f0478ce583451f02e6034ed48).

I recommend you drop the dependency on assoc before Emacs 29.1 is released.

tarsius commented 1 year ago

Fixed by #14.