diff lisp/obsolete/options.el @ 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 e8a3fb527b77
children f7702c5f335d 138027c8c982
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))))))