Преглед изворни кода

Merge branch 'master' of git://repo.or.cz/org-mode

Dan Davison пре 14 година
родитељ
комит
cbe5089e0f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
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)