# HG changeset patch # User Sam Steingold # Date 1251487598 0 # Node ID 46d3afb288bc640605fee0f9d4bf006a25f8b74b # Parent b1cb2e195329b8f6ba57b29b73985096709ec8ba documented save-interprogram-paste-before-kill & kill-do-not-save-duplicates diff -r b1cb2e195329 -r 46d3afb288bc etc/NEWS --- a/etc/NEWS Fri Aug 28 18:35:25 2009 +0000 +++ b/etc/NEWS Fri Aug 28 19:26:38 2009 +0000 @@ -73,9 +73,12 @@ to be corrupted once the outer load completed. Most code doesn't care about this, but some (like c-mode) may check it. -** FIXME save-interprogram-paste-before-kill - -** FIXME kill-do-not-save-duplicates +** When `save-interprogram-paste-before-kill' is non-nil, emacs will not +clobber the the interprogram paste when something is killed in it by +saving the former in the `kill-ring' before the latter. + +** When `kill-do-not-save-duplicates' is non-nil, identical subsequent +kills are not duplicated in the `kill-ring'. ** File-local variable changes