aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/comint.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index b666ff42f37..0a22cdba5c9 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -820,6 +820,7 @@ buffer. The hook `comint-exec-hook' is run after each exec."
820If there is no previous input at point, run the command specified 820If there is no previous input at point, run the command specified
821by the global keymap (usually `mouse-yank-at-point')." 821by the global keymap (usually `mouse-yank-at-point')."
822 (interactive "e") 822 (interactive "e")
823 (mouse-set-point event)
823 (let ((pos (posn-point (event-end event))) 824 (let ((pos (posn-point (event-end event)))
824 field input) 825 field input)
825 (with-selected-window (posn-window (event-end event)) 826 (with-selected-window (posn-window (event-end event))