diff lisp/mail/mail-extr.el @ 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 9cfa629723bf
children 92913b38a478
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.