浏览代码

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."