diff lisp/mouse-copy.el @ 49597:e88404e8f2cf

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 12:29:42 +0000
parents 3629687a948d
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/lisp/mouse-copy.el	Tue Feb 04 12:03:59 2003 +0000
+++ b/lisp/mouse-copy.el	Tue Feb 04 12:29:42 2003 +0000
@@ -151,7 +151,7 @@
       (set-buffer end-buffer)
       (x-set-selection 'SECONDARY (buffer-substring beg end)))))
 
-    
+
 (defun mouse-drag-secondary-pasting (start-event)
   "Drag out a secondary selection, then paste it at the current point.
 
@@ -182,7 +182,7 @@
 	(insert (x-get-selection 'SECONDARY))
 	(setq mouse-copy-last-paste-end (point)))
     (setq mouse-copy-last-paste-start nil)))
-  
+
 
 (defun mouse-kill-preserving-secondary ()
   "Kill the text in the secondary selection, but leave the selection set.