From 6223f0976f93fcdc76f1340b3b07d0274da6f55a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Spiegel?= Date: Tue, 8 Jan 2002 20:00:19 +0000 Subject: [PATCH] Fix prev change. --- lisp/vc-cvs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el index 493d94202b2..cf22fce4ed2 100644 --- a/lisp/vc-cvs.el +++ b/lisp/vc-cvs.el @@ -5,7 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $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 @@") -- 2.39.2