projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6abfb3
)
Make compat function custom-reset-variables obsolete
author
Stefan Kangas
<stefan@marxist.se>
Sun, 7 Aug 2022 11:46:00 +0000
(13:46 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/lisp/custom.el
b/lisp/custom.el
index 5ece5047a86159eefd6cb5129506027556742c90..96dfb37d8624c9f05432ff564575c12f28e1dbdc 100644
(file)
--- 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)