changeset 16727:45d9891b03b2

(mail-extract-address-components): Clear text props after inserting ADDRESS.
author Richard M. Stallman <rms@gnu.org>
date Thu, 19 Dec 1996 02:48:49 +0000
parents 475649bca297
children 309a750fd5c0
files lisp/mail/mail-extr.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/mail-extr.el	Thu Dec 19 01:17:26 1996 +0000
+++ b/lisp/mail/mail-extr.el	Thu Dec 19 02:48:49 1996 +0000
@@ -770,6 +770,8 @@
 	     (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.