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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:01:45 -0500

Index: emacs/lisp/comint.el
diff -c emacs/lisp/comint.el:1.289.2.5 emacs/lisp/comint.el:1.289.2.6
*** emacs/lisp/comint.el:1.289.2.5      Fri Oct 22 10:13:29 2004
--- emacs/lisp/comint.el        Thu Nov  4 08:55:37 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]