mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 20:32:00 -08:00
Remove eol whitespace; nfc.
This commit is contained in:
parent
cda4c00bef
commit
1007cd5f2b
1 changed files with 2 additions and 2 deletions
|
|
@ -3310,8 +3310,8 @@ The annotations are relative to the current time, unless overridden by OFFSET."
|
|||
(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))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue