]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
figleaf.el: announce annotation/deannotation
authorBrian Warner <warner@allmydata.com>
Fri, 5 Jan 2007 04:52:40 +0000 (21:52 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 5 Jan 2007 04:52:40 +0000 (21:52 -0700)
misc/figleaf.el

index 33ecef466870c01b44300d53deb8c9df9adde921..449ac6af246b93a3425ee56852066b36949f9a8f 100644 (file)
@@ -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"))