X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ba3189039adc8ec5eba5ed3e21d42019a4616b7c..0e963201d03d9229bb8ac4323291d2b0119526ed:/lisp/mail/uce.el diff --git a/lisp/mail/uce.el b/lisp/mail/uce.el index c4816209d3..ccbb441425 100644 --- a/lisp/mail/uce.el +++ b/lisp/mail/uce.el @@ -1,6 +1,6 @@ ;;; uce.el --- facilitate reply to unsolicited commercial email -;; Copyright (C) 1996, 1998, 2000-2014 Free Software Foundation, Inc. +;; Copyright (C) 1996, 1998, 2000-2016 Free Software Foundation, Inc. ;; Author: stanislav shalunov ;; Created: 10 Dec 1996 @@ -279,7 +279,7 @@ You might need to set `uce-mail-reader' before using this." (goto-char (point-min))) ;; Now find the mail hub that first accepted this message. ;; This should try to find the last Received: header. - ;; Sometimes there may be other headers inbetween Received: headers. + ;; Sometimes there may be other headers in between Received: headers. (cond ((eq uce-mail-reader 'gnus) ;; Does Gnus always have Lines: in the end? (re-search-forward "^Lines:") @@ -375,7 +375,3 @@ You might need to set `uce-mail-reader' before using this." (provide 'uce) ;;; uce.el ends here - -;; Local Variables: -;; coding: utf-8 -;; End: