|
From: | Michael Heerdegen |
Subject: | Re: Adding String to Beginning of Lines |
Date: | Wed, 11 Nov 2020 11:59:52 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Jean Louis <bugs@gnu.support> writes: > If I understand well I can simply remove my function and instead use > seq-empty-p? It looks that it does what we discussed here. Yes. Please (require 'seq) before using it. Note that very old Emacs versions don't have the "seq" library. For those (and only those) a "seq" package is provided in Gnu Elpa. Michael.
[Prev in Thread] | Current Thread | [Next in Thread] |