]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-save-then-kill): Fix paren error in last change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 6 Aug 1993 22:11:20 +0000 (22:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 6 Aug 1993 22:11:20 +0000 (22:11 +0000)
lisp/mouse.el

index 61e5da271e3ed643e2a9e4cfffb0d5668a18c800..565ef5fd147b1902232f1c843347b5596be4df6b 100644 (file)
@@ -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))