From: Richard M. Stallman Date: Thu, 19 Dec 1996 02:48:49 +0000 (+0000) Subject: (mail-extract-address-components): Clear text props X-Git-Tag: emacs-20.1~3217 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=03007ccc8b8245230944797795da4416a28da608;p=emacs.git (mail-extract-address-components): Clear text props after inserting ADDRESS. --- diff --git a/lisp/mail/mail-extr.el b/lisp/mail/mail-extr.el index 85700097f1c..931685c4de1 100644 --- a/lisp/mail/mail-extr.el +++ b/lisp/mail/mail-extr.el @@ -770,6 +770,8 @@ If ADDRESS contains more than one RFC-822 address, only the first is (insert-buffer-substring address)) (t (error "Invalid address: %s" address))) + + (set-text-properties (point-min) (point-max) nil) ;; stolen from rfc822.el ;; Unfold multiple lines.