mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-09 03:44:23 +00:00
figleaf.el: announce annotation/deannotation
This commit is contained in:
parent
fa11c3f722
commit
6d1ba16ef3
@ -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"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user