Fix code typo

This commit is contained in:
Carsten Dominik 2010-08-21 08:37:11 +02:00
parent 96bacc020b
commit a7660225af
1 changed files with 1 additions and 1 deletions

View File

@ -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)