(kill-ring-max): Increased to 60.

This commit is contained in:
Richard M. Stallman 1998-10-19 18:26:28 +00:00
parent 077fcb28fa
commit bffa4d92e1

View 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)