aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2007-12-25 20:19:13 +0000
committerRichard M. Stallman2007-12-25 20:19:13 +0000
commit4496b02bedf7bf5c98249ae486ca80bd049fa9f0 (patch)
treede7b14cf273cda56e6ae195641a249855307931c /etc
parent63571b5a84eaec1b14768d284f4613502810a1d7 (diff)
downloademacs-4496b02bedf7bf5c98249ae486ca80bd049fa9f0.tar.gz
emacs-4496b02bedf7bf5c98249ae486ca80bd049fa9f0.zip
(yank-pop-change-selection): New option.
(current-kill): Obey it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f23204c1cd5..56ddf7531ce 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -165,6 +165,10 @@ makes the new region into the primary selection (for interaction with
165other window applications). If you enable this, you might want to bind 165other window applications). If you enable this, you might want to bind
166`mouse-yank-primary' to Mouse-2. 166`mouse-yank-primary' to Mouse-2.
167 167
168** If `yank-pop-change-selection' is t, rotating the kill ring
169also updates the selection or clipboard to the current yank,
170just as M-w would do so with the text it copies to the kill ring.
171
168** Minibuffer changes: 172** Minibuffer changes:
169 173
170*** In C-x d, if you type M-n you get the visited file name of the 174*** In C-x d, if you type M-n you get the visited file name of the