0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 20:07:46 +00:00

org-agenda-clock-out: remove unused optional argument "arg".

This commit is contained in:
Bastien Guerry 2010-08-16 20:46:38 +02:00
parent 3082ea9a30
commit 244681c44f

View file

@ -7138,7 +7138,7 @@ The cursor may be at a date in the calendar, or in the Org agenda."
(setq newhead (org-get-heading))) (setq newhead (org-get-heading)))
(org-agenda-change-all-lines newhead hdmarker))))) (org-agenda-change-all-lines newhead hdmarker)))))
(defun org-agenda-clock-out (&optional arg) (defun org-agenda-clock-out ()
"Stop the currently running clock." "Stop the currently running clock."
(interactive "P") (interactive "P")
(unless (marker-buffer org-clock-marker) (unless (marker-buffer org-clock-marker)