From 244681c44f077125b06fd04d619ea85acd68077a Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 16 Aug 2010 20:46:38 +0200 Subject: [PATCH] org-agenda-clock-out: remove unused optional argument "arg". --- 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 194f392fc..5bc1c8fd2 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -7138,7 +7138,7 @@ The cursor may be at a date in the calendar, or in the Org agenda." (setq newhead (org-get-heading))) (org-agenda-change-all-lines newhead hdmarker))))) -(defun org-agenda-clock-out (&optional arg) +(defun org-agenda-clock-out () "Stop the currently running clock." (interactive "P") (unless (marker-buffer org-clock-marker) -- 2.11.4.GIT