org-agenda-clock-out: remove unnecessary "P" in (interactive).

This commit is contained in:
Bastien Guerry 2010-08-17 18:47:57 +02:00
parent 8e1287c389
commit 7cc0612e62
1 changed files with 1 additions and 1 deletions

View File

@ -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)