emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/obsolete/options.el,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/obsolete/options.el,v
Date: Fri, 16 Jun 2006 15:15:30 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/06/16 15:15:30

Index: options.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/obsolete/options.el,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- options.el  5 Feb 2006 23:11:03 -0000       1.6
+++ options.el  16 Jun 2006 15:15:30 -0000      1.7
@@ -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))))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]