From bffa4d92e152cbe47eab2f5f9216bb267d6790f8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 19 Oct 1998 18:26:28 +0000 Subject: [PATCH] (kill-ring-max): Increased to 60. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2