From: Brian Warner <warner@allmydata.com>
Date: Fri, 5 Jan 2007 04:52:40 +0000 (-0700)
Subject: figleaf.el: announce annotation/deannotation
X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~403
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/%22file:/$top_link?a=commitdiff_plain;h=6d1ba16ef3761e0e1f0bda69a604d80bdd53d4ae;p=tahoe-lafs%2Ftahoe-lafs.git

figleaf.el: announce annotation/deannotation
---

diff --git a/misc/figleaf.el b/misc/figleaf.el
index 33ecef46..449ac6af 100644
--- a/misc/figleaf.el
+++ b/misc/figleaf.el
@@ -47,6 +47,7 @@
     (dolist (ov (overlays-in (point-min) (point-max)))
       (delete-overlay ov))
     (setq figleaf-this-buffer-is-annotated nil)
+    (message "Removed annotations")
 ))
 
 (defun figleaf-annotate (&optional show-code)
@@ -91,6 +92,7 @@
                            'face '(:box "red")
                            )
               )
+            (message "Added annotations")
             )
           )
       (message "unable to find coverage for this file"))