emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/vc-cvs.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-cvs.el
Date: Thu, 20 Dec 2001 13:46:37 -0500

Index: emacs/lisp/vc-cvs.el
diff -c emacs/lisp/vc-cvs.el:1.28 emacs/lisp/vc-cvs.el:1.29
*** emacs/lisp/vc-cvs.el:1.28   Fri Nov 30 08:47:39 2001
--- emacs/lisp/vc-cvs.el        Thu Dec 20 13:46:37 2001
***************
*** 5,11 ****
  ;; Author:      FSF (see vc.el for full credits)
  ;; Maintainer:  Andre Spiegel <address@hidden>
  
! ;; $Id: vc-cvs.el,v 1.28 2001/11/30 13:47:39 spiegel Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 5,11 ----
  ;; Author:      FSF (see vc.el for full credits)
  ;; Maintainer:  Andre Spiegel <address@hidden>
  
! ;; $Id: vc-cvs.el,v 1.29 2001/12/20 18:46:37 pj Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 561,567 ****
  
  (defun vc-cvs-annotate-time ()
    "Return the time of the next annotation (as fraction of days)
! systime , or NIL if there is none."
    (let ((time-stamp 
         "^\\S-+\\s-+\\S-+\\s-+\\([0-9]+\\)-\\(\\sw+\\)-\\([0-9]+\\)): "))
      (if (looking-at time-stamp)
--- 561,567 ----
  
  (defun vc-cvs-annotate-time ()
    "Return the time of the next annotation (as fraction of days)
! systime, or nil if there is none."
    (let ((time-stamp 
         "^\\S-+\\s-+\\S-+\\s-+\\([0-9]+\\)-\\(\\sw+\\)-\\([0-9]+\\)): "))
      (if (looking-at time-stamp)



reply via email to

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