emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/comint.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el,v
Date: Tue, 22 Jan 2008 23:54:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/01/22 23:53:46

Index: lisp/comint.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/comint.el,v
retrieving revision 1.372
retrieving revision 1.373
diff -u -b -r1.372 -r1.373
--- lisp/comint.el      16 Jan 2008 08:10:54 -0000      1.372
+++ lisp/comint.el      22 Jan 2008 23:53:43 -0000      1.373
@@ -822,6 +822,7 @@
 If there is no previous input at point, run the command specified
 by the global keymap (usually `mouse-yank-at-point')."
   (interactive "e")
+  (mouse-set-point event)
   (let ((pos (posn-point (event-end event)))
        field input)
     (with-selected-window (posn-window (event-end event))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]