summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2009-02-09 12:43:28 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2009-02-09 12:43:28 +0100
commit71e7e8e4a2479a572f41c83418a7805993f6c192 (patch)
tree6e89483dbfa23db1e02418f5e867e387cc497bb4
parent2d795f8ae0e390a22d914bdce52ef3027b79e909 (diff)
downloadorg-mode-71e7e8e4a2479a572f41c83418a7805993f6c192.tar.gz
org-choose.el: Remove commented line
-rw-r--r--contrib/lisp/org-choose.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/lisp/org-choose.el b/contrib/lisp/org-choose.el
index 69d682a..5f60dc2 100644
--- a/contrib/lisp/org-choose.el
+++ b/contrib/lisp/org-choose.el
@@ -470,7 +470,6 @@ NEW-MARK and OLD-MARK are the text of the new and old marks."
(add-to-list 'org-todo-interpretation-widgets
'(:tag "Choose (to record decisions)" choose)
'append)
-; CD (add-to-list 'org-todo-normal-interpretations 'choose))
))