# HG changeset patch # User Thien-Thi Nguyen <ttn@gnuvola.org> # Date 1144934962 0 # Node ID ccc2eb385394f8381d98ffeed3a4d7cc41e32a3a # Parent 6b2e69b964c83b9dabd036aaf69cf02fe92bb210 Remove eol whitespace; nfc. diff -r 6b2e69b964c8 -r ccc2eb385394 lisp/vc.el --- a/lisp/vc.el Thu Apr 13 10:55:47 2006 +0000 +++ b/lisp/vc.el Thu Apr 13 13:29:22 2006 +0000 @@ -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))))