瀏覽代碼

Fix another typo

Carsten Dominik 15 年之前
父節點
當前提交
05b4fb9bcb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-table.el

+ 1 - 1
lisp/org-table.el

@@ -1044,7 +1044,7 @@ Return t when the line exists, nil if it does not exist."
   (let ((end (org-table-end)) (cnt 0))
     (while (and (re-search-forward org-table-dataline-regexp end t)
 		(< (setq cnt (1+ cnt)) N)))
-    (= cnt line)))
+    (= cnt N)))
 
 (defun org-table-blank-field ()
   "Blank the current table field or active region."