[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Deleting old `:version` from defcustoms (was: master b76cdd0: Delete
From: |
Stefan Kangas |
Subject: |
Re: Deleting old `:version` from defcustoms (was: master b76cdd0: Delete libraries obsolete since 23.1 and 23.2) |
Date: |
Fri, 15 May 2020 13:58:27 -0700 |
Stefan Monnier <address@hidden> writes:
> I did a quick `grep` to see the functions/vars that were obsoleted in
> the same time frame, and I saw instead a deluge of
>
> :version "23.1"
>
> If we consider those thingies old enough to remove their obsolete
> functions, shouldn't we also remove the corresponding `:version`
> thingies from `defcustom`s?
There are also these two libraries:
./lisp/obsolete/fast-lock.el9:;; Obsolete-since: 22.1
./lisp/obsolete/lazy-lock.el9:;; Obsolete-since: 22.1
For some reason they weren't removed in 27.1, when most other libraries
obsolete since 22.x were deleted. This made me wonder if there was any
particular reason for their non-removal. Does anyone know? And could
we delete them now?
Best regards,
Stefan Kangas