]> git.eshelyaron.com Git - emacs.git/commitdiff
Make compat function custom-reset-variables obsolete
authorStefan Kangas <stefan@marxist.se>
Sun, 7 Aug 2022 11:46:00 +0000 (13:46 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 7 Aug 2022 12:50:05 +0000 (14:50 +0200)
* lisp/custom.el (custom-reset-variables): Make unused XEmacs compat
function obsolete.

lisp/custom.el

index 5ece5047a86159eefd6cb5129506027556742c90..96dfb37d8624c9f05432ff564575c12f28e1dbdc 100644 (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)