1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

; Finish customize-changed-options obsoletion

This commit is contained in:
Basil L. Contovounesios 2021-02-09 12:50:36 +00:00
parent 69d3a6c90f
commit 1c326dfc1c
2 changed files with 3 additions and 3 deletions

View file

@ -916,7 +916,7 @@ To revert to the previous behavior,
*** Most customize commands now hide obsolete user options.
Obsolete user options are no longer shown in the listings produced by
the commands 'customize', 'customize-group', 'customize-apropos' and
'customize-changed-options'.
'customize-changed'.
To customize obsolete user options, use 'customize-option' or
'customize-saved'.

View file

@ -53,9 +53,9 @@
(customize-apropos "cus-edit-tests")
(should-not (search-forward cus-edit-tests--obsolete-option-tag nil t))))
(ert-deftest cus-edit-tests-customize-changed-options/hide-obsolete ()
(ert-deftest cus-edit-tests-customize-changed/hide-obsolete ()
(with-cus-edit-test "*Customize Changed Options*"
(customize-changed-options "917.2") ; some future version
(customize-changed "917.2") ;; Some future version.
(should-not (search-forward cus-edit-tests--obsolete-option-tag nil t))))
(ert-deftest cus-edit-tests-customize-group/hide-obsolete ()