浏览代码

Fix code typo

Carsten Dominik 14 年之前
父节点
当前提交
a7660225af
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
lisp/org-agenda.el

@@ -2629,7 +2629,7 @@ Drawers will be excluded, also the line with scheduling/deadline info."
 	  (end-of-line 1)
 	  (if (string-match "\\S-" txt)
 	      (insert "\n" txt)
-	    (or (eobp (forward-char 1)))))))))
+	    (or (eobp) (forward-char 1))))))))
 
 (defun org-agenda-get-some-entry-text (marker n-lines &optional indent
 					      &rest keep)