Mercurial > emacs
changeset 104685:46d3afb288bc
documented save-interprogram-paste-before-kill & kill-do-not-save-duplicates
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Fri, 28 Aug 2009 19:26:38 +0000 |
parents | b1cb2e195329 |
children | 7ac0a5c9da70 |
files | etc/NEWS |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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