Add "when" to "define-obsolete-function-alias" in el-get-status.el
jeffkowalski opened this issue · 1 comments
jeffkowalski commented
A recent change in Emacs 28 has made the third argument (WHEN) of define-obsolete-function-alias mandatory. Code that depends on list-utils.el gets repeated error messages because of two uses of that function with only the old-name and new-name signature. The problem is easy to fix: add a date to the definition.
See
Line 176 in 6138ce5
stephan-cr commented
This issue is fixed in #2801.