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 [EMACS_22_BASE]


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el,v [EMACS_22_BASE]
Date: Thu, 10 Jan 2008 11:28:33 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Nick Roberts <nickrob>  08/01/10 11:28:33

Index: comint.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/comint.el,v
retrieving revision 1.361.2.8
retrieving revision 1.361.2.9
diff -u -b -r1.361.2.8 -r1.361.2.9
--- comint.el   7 Jan 2008 02:45:01 -0000       1.361.2.8
+++ comint.el   10 Jan 2008 11:28:33 -0000      1.361.2.9
@@ -820,6 +820,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]