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-cvs.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-cvs.el,v
Date: Mon, 26 May 2008 23:50:23 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/05/26 23:50:23

Index: vc-cvs.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc-cvs.el,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -b -r1.136 -r1.137
--- vc-cvs.el   16 May 2008 19:15:25 -0000      1.136
+++ vc-cvs.el   26 May 2008 23:50:20 -0000      1.137
@@ -951,12 +951,12 @@
     (concat
      (cond (module
            (concat
-             (propertize "Module:      " 'face 'font-lock-type-face)
+             (propertize "Module     : " 'face 'font-lock-type-face)
              (propertize module 'face 'font-lock-variable-name-face)))
           (t ""))
      (cond (repo
            (concat
-             (propertize "Repository:   " 'face 'font-lock-type-face)
+             (propertize "Repository : " 'face 'font-lock-type-face)
              (propertize repo 'face 'font-lock-variable-name-face)))
           (t ""))
      ;; In CVS, branch is a per-file property, not a per-directory property.  
We 




reply via email to

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