]> code.delx.au - gnu-emacs/blobdiff - lisp/mail/rmailmsc.el
Add 2010 to copyright years.
[gnu-emacs] / lisp / mail / rmailmsc.el
index 0345e720f5f8f11b4e0a5aaee6eab5137c0c203d..fe8a627fe6beed5db7d08fdd82f460f56e92945b 100644 (file)
@@ -1,7 +1,7 @@
 ;;; rmailmsc.el --- miscellaneous support functions for the RMAIL mail reader
 
 ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-;;   2009  Free Software Foundation, Inc.
+;;   2009, 2010  Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: mail
@@ -41,6 +41,7 @@ This applies only to the current session."
         (with-temp-buffer
           (insert file-name)
           (goto-char (point-min))
+          ;; split-string does not remove leading/trailing whitespace.
           (nreverse (mail-parse-comma-list)))))
     (when (or (not rmail-inbox-list)
              (y-or-n-p (concat "Replace "
@@ -53,5 +54,9 @@ This applies only to the current session."
       (setq rmail-inbox-list inbox-list)))
   (rmail-show-message-1 rmail-current-message))
 
+;; Local Variables:
+;; generated-autoload-file: "rmail.el"
+;; End:
+
 ;; arch-tag: 94614a62-2a0a-4e25-bac9-06f461ed4c60
 ;;; rmailmsc.el ends here