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

    - bound 'annotate-annotation-expansion-map' to the empty string, to remove 
code used during development.
---
 annotate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/annotate.el b/annotate.el
index 3c1310fefc..1da5fb735a 100644
--- a/annotate.el
+++ b/annotate.el
@@ -256,7 +256,7 @@ annotation as defined in the database."
 e.g. new annotation created, existing one amended or deleted."
   :type 'boolean)
 
-(defcustom annotate-annotation-expansion-map '(("%d" . "date +%Y-%m-%d"))
+(defcustom annotate-annotation-expansion-map '()
   "The expansion map for the annotation text. If a substring  in the 
annotation text matches the string in the car value of each cons cell of this 
alist, it is expanded with the results of  passing the cdr of each cell to a 
system shell. Example below.
 
 The expression:

Reply via email to