# HG changeset patch # User Richard M. Stallman # Date 908821588 0 # Node ID d5f08ad9a40b49894fa536a1ecd0f0c6389609bd # Parent e7be878041d5e4839a1bf05e41c8a5349e002806 (kill-ring-max): Increased to 60. diff -r e7be878041d5 -r d5f08ad9a40b lisp/simple.el --- a/lisp/simple.el Mon Oct 19 18:25:59 1998 +0000 +++ b/lisp/simple.el Mon Oct 19 18:26:28 1998 +0000 @@ -1576,7 +1576,7 @@ 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)