Hi!
On 12/02/2025 19:36, Ship Mints wrote:
> Specifying a universal prefix argument when invoking 'project-remember-
> projects-under' or 'project-forget-projects-under' now imply recursive.
> This makes recursive interactive use easier.
Are you sure that this doesn't work already? The "P" at the end of the
(interactive ...) spec means that the value of the prefix goes into the
last argument of the function, which is RECURSIVE.
Both project-remember-projects-under and project-forget-projects-under
use this instruction.