savannah-hackers
[Top][All Lists]
Advanced

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

[Savannah-hackers] Erroneous CVS commit report


From: Richard Stallman
Subject: [Savannah-hackers] Erroneous CVS commit report
Date: Sun, 14 Nov 2004 15:29:13 -0500

I got the following message today.  It reports a change that I checked
in on Nov 2, attributing it incorrectly to Vinicius Latorre.  Looking
at the CVS log for file file, I see no recent change in the file,
and none checked in by Vinicius Latorre.

What happened here?



Message: 6
Date: Sat, 13 Nov 2004 19:59:05 -0500
From: Vinicius Jose Latorre <address@hidden>
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el
To: address@hidden
Message-ID: <address@hidden>

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]