mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix prev change.
This commit is contained in:
parent
a9f81d67cb
commit
6223f0976f
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
;; Author: FSF (see vc.el for full credits)
|
||||
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
|
||||
|
||||
;; $Id: vc-cvs.el,v 1.17 2002/01/06 22:11:39 martin Exp $
|
||||
;; $Id: vc-cvs.el,v 1.30 2002/01/08 19:57:57 spiegel Exp $
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
|
@ -241,7 +241,7 @@ committed and support display of sticky tags."
|
|||
(sticky-tag (vc-file-getprop file 'vc-cvs-sticky-tag))
|
||||
(sticky-tag-printable (and sticky-tag
|
||||
(not (string= sticky-tag ""))
|
||||
(concat "(" sticky-tag ")"))))
|
||||
(concat "[" sticky-tag "]"))))
|
||||
(cond ((string= rev "0")
|
||||
;; A file that is added but not yet committed.
|
||||
"CVS @@")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue