emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vcard 16da77a: Parse multi-card buffers


From: Lars Ingebrigtsen
Subject: [elpa] externals/vcard 16da77a: Parse multi-card buffers
Date: Fri, 25 Dec 2020 17:23:37 -0500 (EST)

branch: externals/vcard
commit 16da77ab878a8a72668d4b39fefd387ae3be595c
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Parse multi-card buffers
    
    * vcard-parse.el (vcard-parse-buffer): Actually parse multi-card
    files (bug#45417).
---
 vcard-parse.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vcard-parse.el b/vcard-parse.el
index 56afd30..4885c45 100644
--- a/vcard-parse.el
+++ b/vcard-parse.el
@@ -211,7 +211,7 @@ Returns a list of contact objects."
     ;; the way it's supposed to be, but we could be a little kinder
     ;; with a `skip-syntax-forward' check.
 
-    (while (re-search-forward "^BEGIN:VCARD\n" (line-end-position 2) t)
+    (while (re-search-forward "^BEGIN:VCARD\n" (line-end-position 3) t)
       (when (setq card (condition-case nil
                           ;; `vcard-parse-card' moves point past the
                           ;; card.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]