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.el


From: Gerd Moellmann
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el
Date: Wed, 06 Mar 2002 08:51:28 -0500

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.330 emacs/lisp/vc.el:1.331
*** emacs/lisp/vc.el:1.330      Tue Mar  5 08:14:11 2002
--- emacs/lisp/vc.el    Wed Mar  6 08:51:28 2002
***************
*** 6,12 ****
  ;; Maintainer: Andre Spiegel <address@hidden>
  ;; Keywords: tools
  
! ;; $Id: vc.el,v 1.330 2002/03/05 13:14:11 spiegel Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 6,12 ----
  ;; Maintainer: Andre Spiegel <address@hidden>
  ;; Keywords: tools
  
! ;; $Id: vc.el,v 1.331 2002/03/06 13:51:28 gerd Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 698,703 ****
--- 698,704 ----
    "Return t if REV is a branch revision."
    (not (eq nil (string-match "\\`[0-9]+\\(\\.[0-9]+\\.[0-9]+\\)*\\'" rev))))
  
+ ;;;###autoload
  (defun vc-branch-part (rev)
    "Return the branch part of a revision number REV."
    (let ((index (string-match "\\.[0-9]+\\'" rev)))



reply via email to

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