aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2024-12-10 23:57:22 +0100
committerStefan Kangas2024-12-12 22:48:21 +0100
commit28dadb6f10aa7a0c785d79bb10d77babb7502dee (patch)
tree286992a5a3c6772d9a22ba8dc61af27819b19b70
parente7926ab48604d4bdf7088014717b02dddfe9f190 (diff)
downloademacs-28dadb6f10aa7a0c785d79bb10d77babb7502dee.tar.gz
emacs-28dadb6f10aa7a0c785d79bb10d77babb7502dee.zip
Mark pure-bytes-used as obsolete
* lisp/subr.el (pure-bytes-used): Mark variable as obsolete.
-rw-r--r--lisp/subr.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 0c54393494c..27c3f15c0d5 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -2044,6 +2044,8 @@ instead; it will indirectly limit the specpdl stack size as well.")
2044 2044
2045(define-obsolete-function-alias 'purecopy #'identity "31.1") 2045(define-obsolete-function-alias 'purecopy #'identity "31.1")
2046 2046
2047(make-obsolete-variable 'pure-bytes-used "no longer used." "31.1")
2048
2047 2049
2048;;;; Alternate names for functions - these are not being phased out. 2050;;;; Alternate names for functions - these are not being phased out.
2049 2051