branch: externals/ebdb
commit 1fe77aab00e438149ffd600c076e9d5fb62cc03b
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
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))