From: Richard M. Stallman Date: Mon, 19 Oct 1998 18:26:28 +0000 (+0000) Subject: (kill-ring-max): Increased to 60. X-Git-Tag: emacs-20.4~1454 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bffa4d92e152cbe47eab2f5f9216bb267d6790f8;p=emacs.git (kill-ring-max): Increased to 60. --- diff --git a/lisp/simple.el b/lisp/simple.el index d8acf1f9c25..f02e2f478a9 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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)