Mercurial > emacs
changeset 42615:6847f7875c75
Fix prev change.
author | André Spiegel <spiegel@gnu.org> |
---|---|
date | Tue, 08 Jan 2002 20:00:19 +0000 |
parents | ddeba2931dd4 |
children | d9878ca38728 |
files | lisp/vc-cvs.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc-cvs.el Tue Jan 08 19:57:57 2002 +0000 +++ b/lisp/vc-cvs.el Tue Jan 08 20:00:19 2002 +0000 @@ -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 @@ (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 @@")