Mercurial > emacs
changeset 71371:a5f28e1a3fa6
(list-options): Put "obsolete" msg in buffer.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 16 Jun 2006 15:15:30 +0000 |
parents | a8804de7b167 |
children | c46f87481f13 |
files | lisp/obsolete/options.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/obsolete/options.el Fri Jun 16 15:14:40 2006 +0000 +++ b/lisp/obsolete/options.el Fri Jun 16 15:15:30 2006 +0000 @@ -41,6 +41,8 @@ (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))))))