From c4fc9e31aad1b021d6b5e702252139be32ce5afd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 6 Aug 1993 22:11:20 +0000 Subject: [PATCH] (mouse-save-then-kill): Fix paren error in last change. --- lisp/mouse.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5