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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el
Date: Tue, 02 Nov 2004 09:22:01 -0500

Index: emacs/lisp/comint.el
diff -c emacs/lisp/comint.el:1.303 emacs/lisp/comint.el:1.304
*** emacs/lisp/comint.el:1.303  Tue Oct 19 16:51:14 2004
--- emacs/lisp/comint.el        Tue Nov  2 14:16:30 2004
***************
*** 788,794 ****
  
  (defun comint-insert-input (&optional event)
    "In a Comint buffer, set the current input to the previous input at point."
!   (interactive "@")
    (if event (mouse-set-point event))
    (let ((pos (point)))
      (if (not (eq (get-char-property pos 'field) 'input))
--- 788,794 ----
  
  (defun comint-insert-input (&optional event)
    "In a Comint buffer, set the current input to the previous input at point."
!   (interactive "e")
    (if event (mouse-set-point event))
    (let ((pos (point)))
      (if (not (eq (get-char-property pos 'field) 'input))




reply via email to

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