From 03007ccc8b8245230944797795da4416a28da608 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 19 Dec 1996 02:48:49 +0000 Subject: [PATCH] (mail-extract-address-components): Clear text props after inserting ADDRESS. --- lisp/mail/mail-extr.el | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.5