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

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

[elpa] externals/ebdb 39ccc1fb8a 2/7: Potentially look for quotes around


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 39ccc1fb8a 2/7: Potentially look for quotes around the name when snarfing
Date: Sat, 26 Feb 2022 11:12:19 -0500 (EST)

branch: externals/ebdb
commit 39ccc1fb8a922813ca42d9ffe07b44125f7d85fc
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Potentially look for quotes around the name when snarfing
    
    * ebdb-snarf.el (ebdb-snarf-collect): This can happen.
---
 ebdb-snarf.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ebdb-snarf.el b/ebdb-snarf.el
index d2ff254754..2d31b23110 100644
--- a/ebdb-snarf.el
+++ b/ebdb-snarf.el
@@ -167,10 +167,10 @@ nil."
           "\\|*")
          "\\)+"))
        (name-re (concat
-                 "\\("
+                 "\"?\\("
                  (mapconcat #'identity
                             ebdb-snarf-name-re "\\|")
-                 "\\)[-\n ,:]*"))
+                 "\\)[-\n\" ,:]*"))
        field seen-fields)
 
     (with-temp-buffer



reply via email to

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