summaryrefslogtreecommitdiff
path: root/lisp/mouse-copy.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 12:29:42 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 12:29:42 +0000
commitf1180544bb5ff44cdb45b8734734294b0a2fa7a4 (patch)
tree626b0db999b924834efc1f437eb47776ea6bd797 /lisp/mouse-copy.el
parent37d1e6800ca66b7977ebafb51ddb31a9de077e15 (diff)
downloademacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.tar.gz
Trailing whitespace deleted.
Diffstat (limited to 'lisp/mouse-copy.el')
-rw-r--r--lisp/mouse-copy.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mouse-copy.el b/lisp/mouse-copy.el
index 70a5b14e7b6..259eb629568 100644
--- a/lisp/mouse-copy.el
+++ b/lisp/mouse-copy.el
@@ -151,7 +151,7 @@ If you have the bug (or the real fix :-), please let me know."
(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 @@ put the point at one place, then click and drag over some other region."
(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.