From: Sam Steingold Date: Fri, 28 Aug 2009 19:26:38 +0000 (+0000) Subject: documented save-interprogram-paste-before-kill & kill-do-not-save-duplicates X-Git-Tag: emacs-pretest-23.1.90~1620 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec16db0402b245986ee53a59426abe3765a944a6;p=emacs.git documented save-interprogram-paste-before-kill & kill-do-not-save-duplicates --- diff --git a/etc/NEWS b/etc/NEWS index a5d41bdf604..7344e711482 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -73,9 +73,12 @@ source while in the midst of loading another file (e.g., with 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 +** 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. -** FIXME kill-do-not-save-duplicates +** When `kill-do-not-save-duplicates' is non-nil, identical subsequent +kills are not duplicated in the `kill-ring'. ** File-local variable changes