Explorar o código

org-capture.el (org-capture): Cosmetic fix

* org-capture.el (org-capture): Cosmetic fix.
Bastien Guerry %!s(int64=12) %!d(string=hai) anos
pai
achega
ffefa9ed86
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-capture.el

+ 1 - 1
lisp/org-capture.el

@@ -608,7 +608,7 @@ of the day at point (if any) or the current HH:MM time."
 		(error
 		 "Could not start the clock in this capture buffer")))
 	  (if (org-capture-get :immediate-finish)
-	      (org-capture-finalize nil)))))))))
+	      (org-capture-finalize)))))))))
 
 (defun org-capture-get-template ()
   "Get the template from a file or a function if necessary."