summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-05-20 05:36:11 +0000
committerKarl Heuer <kwzh@gnu.org>1995-05-20 05:36:11 +0000
commitc49f9786c3baef268422e100ec4d8b4801206a53 (patch)
tree526af1f3c6d9ad1b32060068d16eea5350ba0538 /lisp/mouse.el
parentc66dbc5d1f2bddaf2df3b3d538a1e310a53a20e8 (diff)
downloademacs-c49f9786c3baef268422e100ec4d8b4801206a53.tar.gz
(mouse-save-then-kill): Fix previous change.
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 562d139a64c..d589ae48fc1 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -716,7 +716,7 @@ If you do this twice in the same position, the selection is killed."
(if before-scroll
(goto-char before-scroll))
(exchange-point-and-mark)
- (kill-new (buffer-substring (point) (mark t)) t))
+ (kill-new (buffer-substring (point) (mark t))))
(mouse-set-region-1)
(setq mouse-save-then-kill-posn
(list (car kill-ring) (point) click-posn)))))))