changeset 19979:8540d32e89cd

(save-place-version-control): Make nil the default.
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Sep 1997 00:53:39 +0000
parents 83050d7e3f64
children 2b5cebd0da5e
files lisp/saveplace.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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