]> git.notmuchmail.org Git - notmuch/commit
emacs/address: use member instead of memq to check for pair
authorDavid Bremner <david@tethera.net>
Wed, 13 Sep 2017 01:17:32 +0000 (22:17 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 13 Sep 2017 01:17:32 +0000 (22:17 -0300)
commitff6d3b64895a71855b16a45d378bc849d9bd02a4
tree233afabc8dc31ba7eabd64d83a07e05518b4e611
parent227ecf4949280d457ee029b42ee8d459624a2413
emacs/address: use member instead of memq to check for pair

Quoting from the elisp reference:

     For other types (e.g., lists, vectors, strings), two arguments
     with the same contents or elements are not necessarily ‘eq’ to
     each other.

Thanks to "Attic Hermit" for the fix.
emacs/notmuch-address.el