jeremy-compostella / org-msg

OrgMsg is a GNU/Emacs global minor mode mixing up Org mode and Message mode to compose and reply to emails in a Outlook HTML friendly style.
GNU General Public License v3.0
280 stars 60 forks source link

Use cl-lib functions instead of cl.el functions #62

Closed syohex closed 4 years ago

syohex commented 4 years ago

This fixes following byte-compile warnings

org-msg.el:328:27:Warning: function ‘copy-list’ from cl package called at runtime
org-msg.el:578:64:Warning: function ‘mapcar*’ from cl package called at runtime
org-msg.el:579:54:Warning: function ‘delete-if-not’ from cl package called at runtime
jeremy-compostella commented 4 years ago

Thanks for you contribution.