]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-save-then-kill): Call mouse-show-mark
authorRichard M. Stallman <rms@gnu.org>
Tue, 15 Nov 1994 16:57:24 +0000 (16:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 15 Nov 1994 16:57:24 +0000 (16:57 +0000)
when we adjust an existing region.

lisp/mouse.el

index 96aa3db85bda890d3dc16b4d23284e7a616b76d3..6ee1cfb0fbce5ff27167d21c525e80f1acc77938 100644 (file)
@@ -675,8 +675,8 @@ If you do this twice in the same position, the selection is killed."
              (kill-new (buffer-substring (point) (mark t)) t))
          ;; We just have point, so set mark here.
          (mouse-set-mark-fast click)
-         (kill-ring-save (point) (mark t))
-         (mouse-show-mark))
+         (kill-ring-save (point) (mark t)))
+       (mouse-show-mark)
        (setq mouse-save-then-kill-posn
              (list (car kill-ring) (point) click-posn))))))
 \f