changeset 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 10a973a88e87
children 620c7195b48f
files lisp/mouse.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)))))))