Mark pure-bytes-used as obsolete

* lisp/subr.el (pure-bytes-used): Mark variable as obsolete.
This commit is contained in:
Stefan Kangas 2024-12-10 23:57:22 +01:00
parent e7926ab486
commit 28dadb6f10

View file

@ -2044,6 +2044,8 @@ instead; it will indirectly limit the specpdl stack size as well.")
(define-obsolete-function-alias 'purecopy #'identity "31.1")
(make-obsolete-variable 'pure-bytes-used "no longer used." "31.1")
;;;; Alternate names for functions - these are not being phased out.