From 7cc0612e62b8163e5ecf6a5209a6b01e78c72dee Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 17 Aug 2010 18:47:57 +0200 Subject: [PATCH] org-agenda-clock-out: remove unnecessary "P" in (interactive). --- lisp/org-agenda.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index ad818358b..f07f0c5f6 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -7140,7 +7140,7 @@ The cursor may be at a date in the calendar, or in the Org agenda." (defun org-agenda-clock-out () "Stop the currently running clock." - (interactive "P") + (interactive) (unless (marker-buffer org-clock-marker) (error "No running clock")) (let ((marker (make-marker)) newhead)