Wilfred / suggest.el

discover elisp functions that do what you want
367 stars 14 forks source link

Fix warnings on Emacs 30 related to case 'match and 'different #51

Open Dima-369 opened 8 months ago

Dima-369 commented 8 months ago

I am on the latest Emacs master and see those warnings. Can they be fixed?

../suggest-20231003.404/suggest.el: Warning: Case 'match will match ‘quote’.  If that’s intended, write (match quote) instead.  Otherwise, don’t quote ‘match’.
../suggest-20231003.404/suggest.el: Warning: Case 'different will match ‘quote’.  If that’s intended, write (different quote) instead.  Otherwise, don’t quote ‘different’.