# HG changeset patch # User Richard M. Stallman # Date 875148819 0 # Node ID 8540d32e89cd575d0e5f7751e258e4955f1fe4c0 # Parent 83050d7e3f64e0af7810b7e1c00e2f8fa6f75111 (save-place-version-control): Make nil the default. diff -r 83050d7e3f64 -r 8540d32e89cd lisp/saveplace.el --- a/lisp/saveplace.el Thu Sep 25 00:44:53 1997 +0000 +++ b/lisp/saveplace.el Thu Sep 25 00:53:39 1997 +0000 @@ -72,7 +72,7 @@ :type 'file :group 'save-place) -(defcustom save-place-version-control 'nospecial +(defcustom save-place-version-control nil "*Controls whether to make numbered backups of master save-place file. It can have four values: t, nil, `never', and `nospecial'. The first three have the same meaning that they do for the variable @@ -81,7 +81,7 @@ :type '(radio (const :tag "Unconditionally" t) (const :tag "For VC Files" nil) (const never) - (const :tag "Use value of version-control" nospecial)) + (const :tag "Use value of `version-control'" nospecial)) :group 'save-place) (defvar save-place-loaded nil