emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/annotate f823c3cf09 354/372: - changed default for asking


From: ELPA Syncer
Subject: [nongnu] elpa/annotate f823c3cf09 354/372: - changed default for asking confirm before deleting an annotation: the value is now 'nil' (do not prompt for confirmation).
Date: Fri, 4 Feb 2022 16:59:22 -0500 (EST)

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

[Prev in Thread] Current Thread [Next in Thread]