]> code.delx.au - gnu-emacs/blobdiff - lisp/saveplace.el
Merge Org 7.8.03
[gnu-emacs] / lisp / saveplace.el
index 2d1586d895a53beff42910329942ca67765213e9..9d776877ca62000d7a8e64837fa7b844e502c56b 100644 (file)
@@ -89,8 +89,9 @@ value of `version-control'."
 (defvar save-place-loaded nil
   "Non-nil means that the `save-place-file' has been loaded.")
 
-(defcustom save-place-limit nil
+(defcustom save-place-limit 400
   "Maximum number of entries to retain in the list; nil means no limit."
+  :version "24.1"                       ; nil -> 400
   :type '(choice (integer :tag "Entries" :value 1)
                 (const :tag "No Limit" nil))
   :group 'save-place)