mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-05 04:41:37 -07:00
(kill-ring-max): Increased to 60.
This commit is contained in:
parent
077fcb28fa
commit
bffa4d92e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue