branch: elpa/annotate
commit f823c3cf094d07299b95814734ee9d1af74d1739
Author: cage <cage@invalid>
Commit: cage <cage@invalid>

    - changed default for asking confirm before deleting an annotation: the 
value is now 'nil' (do not prompt for confirmation).
---
 annotate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/annotate.el b/annotate.el
index 9811cdc924..7711635cb2 100644
--- a/annotate.el
+++ b/annotate.el
@@ -164,7 +164,7 @@ file will be shown."
   :type 'boolean
   :group 'annotate)
 
-(defcustom annotate-annotation-confirm-deletion t
+(defcustom annotate-annotation-confirm-deletion nil
  "If non nil a prompt asking confirmation before deleting an
 annotation file will be shown."
   :type 'boolean

Reply via email to