From 4439a80407d2912a126e3676c7ba9849c763caae Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 7 Aug 2022 13:46:00 +0200 Subject: [PATCH] Make compat function custom-reset-variables obsolete * lisp/custom.el (custom-reset-variables): Make unused XEmacs compat function obsolete. --- lisp/custom.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2