diff lisp/mouse.el @ 11863:18e97591e9bd

(mouse-save-then-kill): Fix previous change.
author Karl Heuer <kwzh@gnu.org>
date Sat, 20 May 1995 05:36:11 +0000
parents f470809e6a60
children eb9f9e9cd522
line wrap: on
line diff
--- a/lisp/mouse.el	Sat May 20 05:18:42 1995 +0000
+++ b/lisp/mouse.el	Sat May 20 05:36:11 1995 +0000
@@ -716,7 +716,7 @@
 	    (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)))))))