From dd2d7eb23b0c667f94c7b9d7caead9627752790a Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 10 Dec 2024 23:57:22 +0100 Subject: [PATCH] Mark pure-bytes-used as obsolete * lisp/subr.el (pure-bytes-used): Mark variable as obsolete. (cherry picked from commit 28dadb6f10aa7a0c785d79bb10d77babb7502dee) --- lisp/subr.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/subr.el b/lisp/subr.el index d9d7f7a5fa3..fa41ce4588c 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -2050,6 +2050,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. -- 2.39.5