Make compat function custom-reset-variables obsolete

* lisp/custom.el (custom-reset-variables): Make unused XEmacs compat
function obsolete.
This commit is contained in:
Stefan Kangas 2022-08-07 13:46:00 +02:00
parent c6abfb32d7
commit 4439a80407

View file

@ -1692,6 +1692,7 @@ Each of the arguments ARGS has this form:
(VARIABLE IGNORED)
This means reset VARIABLE. (The argument IGNORED is ignored)."
(declare (obsolete nil "29.1"))
(apply #'custom-theme-reset-variables 'user args))
(defun custom-add-choice (variable choice)