]> code.delx.au - gnu-emacs/blobdiff - lisp/mail/mailclient.el
Update copyright year to 2016
[gnu-emacs] / lisp / mail / mailclient.el
index 2fb944bdc76e4d3f604f519ddf48e7769a5bad49..bfd6e7d1424e4548e11cd365ffb1ff057f966504 100644 (file)
@@ -1,6 +1,6 @@
 ;;; mailclient.el --- mail sending via system's mail client.
 
-;; Copyright (C) 2005-2015 Free Software Foundation, Inc.
+;; Copyright (C) 2005-2016 Free Software Foundation, Inc.
 
 ;; Author: David Reitter <david.reitter@gmail.com>
 ;; Keywords: mail
@@ -95,7 +95,7 @@ supported.  Defaults to non-nil on Windows, nil otherwise."
                       recp)))
               (setq first nil))
             (split-string
-             (mail-strip-quoted-names field) "\, *"))
+             (mail-strip-quoted-names field) ", *"))
            result)))))
 
 (declare-function clipboard-kill-ring-save "menu-bar.el"