diff options
author | Mark Lillibridge <mark.lillibridge@hp.com> | 2011-01-01 22:16:03 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-01-01 22:16:03 -0500 |
commit | 2f9520592df6d3352777f227f66aede98cf503e8 (patch) | |
tree | cb19ea755a23bef424b6d4be59b2e9c7d2d17045 /lisp/mail | |
parent | d7bfa7a1d955a19894ebf5c6392721a1b5c85d6f (diff) | |
download | emacs-2f9520592df6d3352777f227f66aede98cf503e8.tar.gz |
* lisp/mail/mail-utils.el (mail-strip-quoted-names): Don't modify the
" *temp*" buffer.
Fixes: debbugs:7746
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/mail-utils.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el index ce3036390c9..bbc94256fb7 100644 --- a/lisp/mail/mail-utils.el +++ b/lisp/mail/mail-utils.el @@ -237,12 +237,12 @@ Return a modified address list." nil 'literal address 2))) address)))) -;;; The following piece of ugliness is legacy code. The name was an -;;; unfortunate choice --- a flagrant violation of the Emacs Lisp -;;; coding conventions. `mail-dont-reply-to' would have been -;;; infinitely better. Also, `rmail-dont-reply-to-names' might have -;;; been better named `mail-dont-reply-to-names' and sourced from this -;;; file instead of in rmail.el. Yuck. -pmr +;; The following piece of ugliness is legacy code. The name was an +;; unfortunate choice --- a flagrant violation of the Emacs Lisp +;; coding conventions. `mail-dont-reply-to' would have been +;; infinitely better. Also, `rmail-dont-reply-to-names' might have +;; been better named `mail-dont-reply-to-names' and sourced from this +;; file instead of in rmail.el. Yuck. -pmr (defun rmail-dont-reply-to (destinations) "Prune addresses from DESTINATIONS, a list of recipient addresses. All addresses matching `rmail-dont-reply-to-names' are removed from |