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


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el
Date: Thu, 17 Nov 2005 17:58:11 -0500

Index: emacs/lisp/comint.el
diff -c emacs/lisp/comint.el:1.334 emacs/lisp/comint.el:1.335
*** emacs/lisp/comint.el:1.334  Sun Oct 30 16:42:48 2005
--- emacs/lisp/comint.el        Thu Nov 17 22:58:11 2005
***************
*** 799,805 ****
    ;; for events without parameters.
    (interactive (list last-input-event))
    (let ((pos (point)))
!     (if event (mouse-set-point event))
      (if (not (eq (get-char-property (point) 'field) 'input))
        ;; No input at POS, fall back to the global definition.
        (let* ((keys (this-command-keys))
--- 799,805 ----
    ;; for events without parameters.
    (interactive (list last-input-event))
    (let ((pos (point)))
!     (if event (posn-set-point (event-end event)))
      (if (not (eq (get-char-property (point) 'field) 'input))
        ;; No input at POS, fall back to the global definition.
        (let* ((keys (this-command-keys))




reply via email to

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