Selaa lähdekoodia

org-agenda-clock-out: remove unnecessary "P" in (interactive).

Bastien Guerry 14 vuotta sitten
vanhempi
commit
7cc0612e62
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)