Browse Source

Fix another typo

Carsten Dominik 15 years ago
parent
commit
05b4fb9bcb
1 changed files with 1 additions and 1 deletions
  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."