emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4439a80407 3/6: Make compat function custom-reset-variables obsol


From: Stefan Kangas
Subject: master 4439a80407 3/6: Make compat function custom-reset-variables obsolete
Date: Sun, 7 Aug 2022 08:52:35 -0400 (EDT)

branch: master
commit 4439a80407d2912a126e3676c7ba9849c763caae
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    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 5ece5047a8..96dfb37d86 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]