Parcourir la source

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

Dan Davison il y a 14 ans
Parent
commit
cbe5089e0f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)