emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/lisp/cvs-status.el
diff -c emacs/lisp/cvs-status.el:1.10 emacs/lisp/cvs-status.el:1.11
*** emacs/lisp/cvs-status.el:1.10       Sun Dec 17 22:17:31 2000
--- emacs/lisp/cvs-status.el    Thu Dec 20 13:35:27 2001
***************
*** 4,10 ****
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs cvs status tree
! ;; Revision: $Id: cvs-status.el,v 1.10 2000/12/18 03:17:31 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 4,10 ----
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs cvs status tree
! ;; Revision: $Id: cvs-status.el,v 1.11 2001/12/20 18:35:27 pj Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 306,312 ****
  
  (defun cvs-status-get-tags ()
    "Look for a list of tags, read them in and delete them.
! Returns NIL if there was an empty list of tags and T if there wasn't
  even a list.  Else, return the list of tags where each element of
  the list is a three-string list TAG, KIND, REV."
    (let ((tags nil))
--- 306,312 ----
  
  (defun cvs-status-get-tags ()
    "Look for a list of tags, read them in and delete them.
! Return nil if there was an empty list of tags and t if there wasn't
  even a list.  Else, return the list of tags where each element of
  the list is a three-string list TAG, KIND, REV."
    (let ((tags nil))
***************
*** 516,521 ****
--- 516,524 ----
  
  ;;; Change Log:
  ;; $Log: cvs-status.el,v $
+ ;; Revision 1.11  2001/12/20 18:35:27  pj
+ ;; Doc fix.
+ ;;
  ;; Revision 1.10  2000/12/18 03:17:31  monnier
  ;; Remove useless Version.
  ;;



reply via email to

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