From: Stefan Kangas Date: Sun, 7 Aug 2022 11:46:00 +0000 (+0200) Subject: Make compat function custom-reset-variables obsolete X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~1886^2~340 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4439a80407d2912a126e3676c7ba9849c763caae;p=emacs.git Make compat function custom-reset-variables obsolete * lisp/custom.el (custom-reset-variables): Make unused XEmacs compat function obsolete. --- diff --git a/lisp/custom.el b/lisp/custom.el index 5ece5047a86..96dfb37d862 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -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)