dimitri / el-get

Manage the external elisp bits and pieces upon which you depend!
http://tapoueh.org/emacs/el-get.html
1.64k stars 457 forks source link

Ensure ps not to be t #2890

Closed yewton closed 5 months ago

yewton commented 1 year ago

Addressing this change: https://github.com/emacs-mirror/emacs/commit/bef1edc9cacb976120dff73b4d7bbdce6ade982b

nevsan commented 1 year ago

Ran into this issue as well on emacs-29. I changed the conditional below to ensure we have a list, but this works as well.

tarao commented 5 months ago

I confirmed that this patch works also on the latest Emacs snapshot. Thanks!