projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa11c3f
)
figleaf.el: announce annotation/deannotation
author
Brian Warner
<warner@allmydata.com>
Fri, 5 Jan 2007 04:52:40 +0000
(21:52 -0700)
committer
Brian Warner
<warner@allmydata.com>
Fri, 5 Jan 2007 04:52:40 +0000
(21:52 -0700)
misc/figleaf.el
patch
|
blob
|
history
diff --git
a/misc/figleaf.el
b/misc/figleaf.el
index 33ecef466870c01b44300d53deb8c9df9adde921..449ac6af246b93a3425ee56852066b36949f9a8f 100644
(file)
--- 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"))