mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
Make compat function custom-reset-variables obsolete
* lisp/custom.el (custom-reset-variables): Make unused XEmacs compat function obsolete.
This commit is contained in:
parent
c6abfb32d7
commit
4439a80407
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue