From 79b70a7e663e2118b631abd05caf43e2c548d13d Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Tue, 7 Jul 2009 15:14:05 +0200 Subject: [PATCH] Don't use next-line in lisp code if possible --- lisp/org-gnus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index fe0395500..f034f1767 100644 --- a/lisp/org-gnus.el +++ b/lisp/org-gnus.el @@ -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