]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark pure-bytes-used as obsolete
authorStefan Kangas <stefankangas@gmail.com>
Tue, 10 Dec 2024 22:57:22 +0000 (23:57 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:06:20 +0000 (12:06 +0100)
* lisp/subr.el (pure-bytes-used): Mark variable as obsolete.

(cherry picked from commit 28dadb6f10aa7a0c785d79bb10d77babb7502dee)

lisp/subr.el

index d9d7f7a5fa3541ed3c59cccd9520c967dfb84c85..fa41ce4588ccc860506db01f30002cc02960fb5e 100644 (file)
@@ -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")
+
 \f
 ;;;; Alternate names for functions - these are not being phased out.