Trailing whitepace deleted.
[bpt/emacs.git] / lisp / mail / rfc2368.el
index b60fe26..2545652 100644 (file)
@@ -1,6 +1,6 @@
 ;;; rfc2368.el --- support for rfc2368
 
-;; Author: Sen Nagata <sen_ml@eccosys.com>
+;; Author: Sen Nagata <sen@eccosys.com>
 ;; Keywords: mail
 
 ;; Copyright (C) 1998, 2000 Free Software Foundation, Inc.
@@ -125,7 +125,7 @@ calling this function."
 
          (setq prequery
                (match-string rfc2368-mailto-prequery-index mailto-url))
-         
+
          (setq query
                (match-string rfc2368-mailto-query-index mailto-url))
 
@@ -154,9 +154,9 @@ calling this function."
                      (setcdr our-cons-cell (concat our-cdr ", " prequery)))
                  (setq headers-alist
                        (cons (cons "To" prequery) headers-alist)))))
-         
+
          headers-alist)
-      
+
       (error "Failed to match a mailto: url"))
     ))