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)