Don't use next-line in lisp code if possible

This commit is contained in:
Carsten Dominik 2009-07-07 15:14:05 +02:00
parent 84c3b6f19b
commit 79b70a7e66
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ If `org-store-link' was called with a prefix arg the meaning of
;; "From" followed by a space, which cannot be parsed as
;; header line, so we skip it.
(when (looking-at "From ")
(next-line))
(beginning-of-line 2))
(mail-header-extract-no-properties)))
(from (mail-header 'from header))
(message-id (org-remove-angle-brackets