소스 검색

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

* org-capture.el (org-capture): Cosmetic fix.
Bastien Guerry 12 년 전
부모
커밋
ffefa9ed86
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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."