Mercurial > emacs
diff lisp/ChangeLog @ 81448:3513d3f93273
* thingatpt.el (thing-at-point-email-regexp): Don't require two chars
before the "@" in an email address. Andreas Roehler noticed this problem.
author | Karl Fogel <kfogel@red-bean.com> |
---|---|
date | Sat, 16 Jun 2007 01:25:25 +0000 |
parents | 697178a8197c |
children | 2be88db9aeed 9c01792a3ce8 3619e7770f2e |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jun 16 01:03:35 2007 +0000 +++ b/lisp/ChangeLog Sat Jun 16 01:25:25 2007 +0000 @@ -1,3 +1,9 @@ +2007-06-16 Karl Fogel <kfogel@red-bean.com> + + * thingatpt.el (thing-at-point-email-regexp): Don't require two + chars before the "@" in an email address. Andreas Roehler noticed + this problem. + 2007-06-15 Karl Fogel <kfogel@red-bean.com> * thingatpt.el: Add support for email addresses (`email').