]> git.eshelyaron.com Git - emacs.git/commitdiff
(save-place-version-control): Make nil the default.
authorRichard M. Stallman <rms@gnu.org>
Thu, 25 Sep 1997 00:53:39 +0000 (00:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 25 Sep 1997 00:53:39 +0000 (00:53 +0000)
lisp/saveplace.el

index d3ad772b8a657bf174ecc0197a8806eae3cc4010..b3d3a24a2f5b27928550e4c68adb5d805ceec5fe 100644 (file)
@@ -72,7 +72,7 @@ simply put this in your `~/.emacs' file:
   :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 @@ value of `version-control'."
   :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