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

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

[elpa] externals/ebdb 1fe77aa 152/350: Tiny tweak to snarfing


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 1fe77aa 152/350: Tiny tweak to snarfing
Date: Mon, 14 Aug 2017 11:46:25 -0400 (EDT)

branch: externals/ebdb
commit 1fe77aab00e438149ffd600c076e9d5fb62cc03b
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Tiny tweak to snarfing
    
    * ebdb-snarf.el (ebdb-snarf-collect): Split generic-re on more things,
      thinking specifically of names here.
---
 ebdb-snarf.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb-snarf.el b/ebdb-snarf.el
index db647a1..2c20ac7 100644
--- a/ebdb-snarf.el
+++ b/ebdb-snarf.el
@@ -182,7 +182,7 @@ have something to do with the text in the buffer."
                                       ;; Sneaky special-casing of email 
addresses.
                                       (ebdb-string found)
                                       "@")))
-                               "[-_.)(]" t)
+                               "[-_.)(,']" t)
                               (when name
                                 (split-string
                                  (downcase (ebdb-string name))



reply via email to

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