aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 7b6c52a3898..c7bb928cd73 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -5076,10 +5076,11 @@ interact nicely with `interprogram-cut-function' and
5076interaction; you may want to use them instead of manipulating the kill 5076interaction; you may want to use them instead of manipulating the kill
5077ring directly.") 5077ring directly.")
5078 5078
5079(defcustom kill-ring-max 60 5079(defcustom kill-ring-max 120
5080 "Maximum length of kill ring before oldest elements are thrown away." 5080 "Maximum length of kill ring before oldest elements are thrown away."
5081 :type 'integer 5081 :type 'integer
5082 :group 'killing) 5082 :group 'killing
5083 :version "29.1")
5083 5084
5084(defvar kill-ring-yank-pointer nil 5085(defvar kill-ring-yank-pointer nil
5085 "The tail of the kill ring whose car is the last thing yanked.") 5086 "The tail of the kill ring whose car is the last thing yanked.")