(kill-ring-max): Increased to 60.
[bpt/emacs.git] / lisp / simple.el
index d8acf1f..f02e2f4 100644 (file)
@@ -1576,7 +1576,7 @@ interact nicely with `interprogram-cut-function' and
 interaction; you may want to use them instead of manipulating the kill
 ring directly.")
 
-(defcustom kill-ring-max 30
+(defcustom kill-ring-max 60
   "*Maximum length of kill ring before oldest elements are thrown away."
   :type 'integer
   :group 'killing)