mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(list-options): Put "obsolete" msg in buffer.
This commit is contained in:
parent
730df8dbd5
commit
ac2c512030
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ It is now better to use Customize instead."
|
|||
(interactive)
|
||||
(with-output-to-temp-buffer "*List Options*"
|
||||
(let (vars)
|
||||
(princ "This facility is obsolete; we recommend using M-x customize instead.")
|
||||
|
||||
(mapatoms (function (lambda (sym)
|
||||
(if (user-variable-p sym)
|
||||
(setq vars (cons sym vars))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue