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.el


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el
Date: Thu, 13 Apr 2006 13:29:23 +0000

Index: emacs/lisp/vc.el
diff -u emacs/lisp/vc.el:1.416 emacs/lisp/vc.el:1.417
--- emacs/lisp/vc.el:1.416      Tue Apr 11 23:05:31 2006
+++ emacs/lisp/vc.el    Thu Apr 13 13:29:22 2006
@@ -3310,8 +3310,8 @@
       (let* ((color (or (vc-annotate-compcar difference vc-annotate-color-map)
                        (cons nil vc-annotate-very-old-color)))
             ;; substring from index 1 to remove any leading `#' in the name
-            (face-name (concat "vc-annotate-face-" 
-                               (if (string-equal 
+            (face-name (concat "vc-annotate-face-"
+                               (if (string-equal
                                     (substring (cdr color) 0 1) "#")
                                    (substring (cdr color) 1)
                                  (cdr color))))




reply via email to

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