From: Stephen Berman Date: Sun, 9 Jun 2013 21:22:33 +0000 (+0200) Subject: * todos.el (todos-edit-done-item-comment): Rename from X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2027 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a97b47f0878cbda86cb6ba0e7e744924810b70e;p=emacs.git * todos.el (todos-edit-done-item-comment): Rename from todos-done-item-add-edit-or-delete-comment. (todos-key-bindings-t): Use it. --- diff --git a/lisp/calendar/ChangeLog b/lisp/calendar/ChangeLog index 0d8fda0d147..a0c527faa12 100644 --- a/lisp/calendar/ChangeLog +++ b/lisp/calendar/ChangeLog @@ -1,3 +1,9 @@ +2013-06-09 Stephen Berman + + * 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 * todos.el: Fix and improve item date string editing. diff --git a/lisp/calendar/todos.el b/lisp/calendar/todos.el index 4f83ead0d48..5b2c465457b 100644 --- a/lisp/calendar/todos.el +++ b/lisp/calendar/todos.el @@ -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)