]> git.eshelyaron.com Git - emacs.git/commitdiff
(kill-ring-max): Increased to 60.
authorRichard M. Stallman <rms@gnu.org>
Mon, 19 Oct 1998 18:26:28 +0000 (18:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 19 Oct 1998 18:26:28 +0000 (18:26 +0000)
lisp/simple.el

index d8acf1f9c257fb614133e22f3b88108d44cb7e43..f02e2f478a98eceaec47ba52ccb598b16e464d2c 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)