]> git.eshelyaron.com Git - emacs.git/commitdiff
(list-options): Put "obsolete" msg in buffer.
authorRichard M. Stallman <rms@gnu.org>
Fri, 16 Jun 2006 15:15:30 +0000 (15:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 16 Jun 2006 15:15:30 +0000 (15:15 +0000)
lisp/obsolete/options.el

index 1383666a9b1f8e4c839501be8f6ccc30a433d743..968a0bac5f6f1fa7bbf9f88f4d82965280566de2 100644 (file)
@@ -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))))))