Mercurial > emacs
changeset 23495:d5f08ad9a40b
(kill-ring-max): Increased to 60.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 19 Oct 1998 18:26:28 +0000 |
parents | e7be878041d5 |
children | 1518b5946f9f |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)