aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2004-11-01 13:50:50 +0000
committerJan Djärv <[email protected]>2004-11-01 13:50:50 +0000
commitdf0a91e2d19a615ff7c76053a4b154e5aa6f566b (patch)
treeaa28eace74f23534eb5366d9d83462f7de915cb3
parenta4cabe41c25d17c79d25191fe64f28a0e209caf6 (diff)
* mouse.el (mouse-yank-at-click, mouse-yank-secondary): Revert
change from 2004-10-16. '*' checks the current buffer, but the mouse click may be in another buffer.
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 64ac690365..6baac6a8f7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-01 Jan Dj,Ad(Brv <[email protected]>
+
+ * mouse.el (mouse-yank-at-click, mouse-yank-secondary): Revert
+ change from 2004-10-16. '*' checks the current buffer, but the
+ mouse click may be in another buffer.
+
2004-11-01 John Paul Wallington <[email protected]>
* files.el (large-file-warning-threshold): Add :version keyword.