lokedhs / gnus-outlook-style

Outlook style quoting for Gnus and mu4e
18 stars 3 forks source link

flet is an obsolete macro #3

Closed gambhiro closed 10 years ago

gambhiro commented 10 years ago

I'm getting this warning when starting emacs:

.emacs.d/personal/vendor/gnus-outlook-style/outlook-style.el: `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'. [2 times]
lokedhs commented 10 years ago

flet was used for backward-compatibility reasons. Now that 24.4 is out, there is not reason to cater for anything below 24.3. Changed all references to flet into cl-flet.