summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 61e5da271e3..565ef5fd147 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -363,7 +363,7 @@ which prepares for a second click to delete the text."
(setq tail (cdr tail)))
;; Replace it with an entry for the entire deleted text.
(and tail
- (setcar tail (cons (car kill-ring) (point))))))))
+ (setcar tail (cons (car kill-ring) (point)))))))
;; Otherwise, save this region.
(mouse-set-mark-fast click)
(kill-ring-save (point) (mark t))