From: Stefan Kangas Date: Tue, 10 Dec 2024 22:57:22 +0000 (+0100) Subject: Mark pure-bytes-used as obsolete X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd2d7eb23b0c667f94c7b9d7caead9627752790a;p=emacs.git Mark pure-bytes-used as obsolete * lisp/subr.el (pure-bytes-used): Mark variable as obsolete. (cherry picked from commit 28dadb6f10aa7a0c785d79bb10d77babb7502dee) --- 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.