]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-save-then-kill): Fix previous change.
authorKarl Heuer <kwzh@gnu.org>
Sat, 20 May 1995 05:36:11 +0000 (05:36 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 20 May 1995 05:36:11 +0000 (05:36 +0000)
lisp/mouse.el

index 562d139a64c63247dc41c0469459f5c290f32d34..d589ae48fc1ba4c0b2586a0ed1fd654aa8114895 100644 (file)
@@ -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)))))))