Mark pure-bytes-used as obsolete
* lisp/subr.el (pure-bytes-used): Mark variable as obsolete.
This commit is contained in:
parent
e7926ab486
commit
28dadb6f10
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue