]> code.delx.au - gnu-emacs/commitdiff
* todos.el (todos-edit-done-item-comment): Rename from
authorStephen Berman <stephen.berman@gmx.net>
Sun, 9 Jun 2013 21:22:33 +0000 (23:22 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Sun, 9 Jun 2013 21:22:33 +0000 (23:22 +0200)
todos-done-item-add-edit-or-delete-comment.
(todos-key-bindings-t): Use it.

lisp/calendar/ChangeLog
lisp/calendar/todos.el

index 0d8fda0d147c8f92ee0f66bf861e04af65c2c0c5..a0c527faa1255de494c0060f8b49dac431c9335f 100644 (file)
@@ -1,3 +1,9 @@
+2013-06-09  Stephen Berman  <stephen.berman@gmx.net>
+
+       * todos.el (todos-edit-done-item-comment): Rename from
+       todos-done-item-add-edit-or-delete-comment.
+       (todos-key-bindings-t): Use it.
+
 2013-06-09  Stephen Berman  <stephen.berman@gmx.net>
 
        * todos.el: Fix and improve item date string editing.
index 4f83ead0d48f059713c53cafc1c0893190ffb302..5b2c465457b8401271a2cfe1e57c56d49530b959 100644 (file)
@@ -2795,7 +2795,7 @@ visible."
          ;; When done items are shown, put cursor on first just done item.
          (when opoint (goto-char opoint)))))))
 
-(defun todos-done-item-add-edit-or-delete-comment (&optional arg)
+(defun todos-edit-done-item-comment (&optional arg)
   "Add a comment to this done item or edit an existing comment.
 With prefix ARG delete an existing comment."
   (interactive "P")
@@ -5989,7 +5989,7 @@ Filtered Items mode following todo (not done) items."
     ("et"           todos-edit-item-time)
     ("eyy"          todos-edit-item-diary-inclusion)
     ("eyk"          todos-edit-item-diary-nonmarking)
-    ("ec"           todos-done-item-add-edit-or-delete-comment)
+    ("ec"           todos-edit-done-item-comment)
     ("d"            todos-item-done)
     ("i"            ,todos-insertion-map)
     ("k"            todos-delete-item)