]> git.eshelyaron.com Git - emacs.git/commit
Hide obsolete options in most customize commands
authorStefan Kangas <stefan@marxist.se>
Fri, 20 Nov 2020 13:33:25 +0000 (14:33 +0100)
committerStefan Kangas <stefan@marxist.se>
Fri, 20 Nov 2020 13:33:25 +0000 (14:33 +0100)
commitb4b1bd6e03d739871dd3ba51e8de0be2d272b766
tree79f04d159bf6bb0e2d40eeb24d3077fd520e4338
parente7791c7e57b4b9ea895598cdb3f779c2173dccd9
Hide obsolete options in most customize commands

* lisp/cus-edit.el (custom--filter-obsolete-variables): New defun.
* lisp/cus-edit.el (customize-changed-options)
(customize-apropos, custom-group-value-create): Hide obsolete user
options.  (Bug#44598)
* test/lisp/cus-edit-tests.el: New file.
etc/NEWS
lisp/cus-edit.el
test/lisp/cus-edit-tests.el [new file with mode: 0644]