From 625ad78877ef1b119cd2672cd0fb70a4ff3e713e Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Tue, 23 Feb 2010 23:47:57 -0500
Subject: [PATCH] misc/coverage.el: improve filename matching

---
 misc/coverage.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/coverage.el b/misc/coverage.el
index 64e7134e..bad490fd 100644
--- a/misc/coverage.el
+++ b/misc/coverage.el
@@ -45,7 +45,7 @@
 
 (defun coverage-annotate (show-code)
   (let ((allcoverage (load-coverage-annotations))
-        (filename-key buffer-file-truename)
+        (filename-key (expand-file-name buffer-file-truename))
         thiscoverage code-lines covered-lines uncovered-code-lines
         )
     (while (and (not (gethash filename-key allcoverage nil))
-- 
2.45.2